Files
eiffel-org/documentation/20.11/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/execute-one-line-time.wiki
eifops 5049d0d511 created 20.11
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2267 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2020-12-04 15:34:39 +00:00

15 lines
718 B
Plaintext

[[Property:title|Execute one line at a time]]
[[Property:weight|-9]]
[[Property:uuid|7d4489b4-5f29-2b1c-af83-afc2b25c8f85]]
If no application was already running, this command launches an application compiled in Work Bench mode and stops at its first line.
If an application was stopped, it attempts to execute the instruction located on the execution line where the application is stopped. If this execution line does not contain an instruction, the execution stops at the next execution line.
It is accessible through the '''project''' toolbar ( [[Image:debug-step-over-icon]] ) or through the '''debug''' menu.
{{seealso| [[Execution commands]], [[Generating executables|Compiling in Workbench mode]] }}