mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1492 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
15 lines
718 B
Plaintext
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]] }}
|
|
|
|
|
|
|
|
|