mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Date:2008-09-25T16:19:15.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@44 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
17 lines
769 B
Plaintext
17 lines
769 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|<br/>
|
|
[[Eiffel Debugger Execution: Introduction|Execution commands]] <br/>
|
|
[[Generating executables|Compiling in Workbench mode]] }}
|
|
|
|
|
|
|
|
|