Files
eiffel-org/documentation/20.05/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/execute-one-line-time.wiki
jfiat 0ef958966d create 20.05 branch
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2240 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2020-05-22 15:25:48 +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]] }}