Stepping through your program
Once execution of your program is halted, you can step through your lines of code using the following commands on the Debug menu or toolbar:
Running to the Cursor Location (F4)
The Run to Cursor command runs the current session to the cursor location in the Source View Window and pauses the program. To run to the cursor location:
|
To stop program execution every time the program reaches the line, set a breakpoint. |
Pausing a Program
The Pause command temporarily stops all threads in the current session. Pausing a session is similar to stopping at a breakpoint. To pause a running session:
Continuing a Program
If a session is paused or stopped at a breakpoint, you can use the Continue command to resume execution of all threads in the session. To continue execution of the current session:
The program continues until it reaches a breakpoint or the end of the program, or when you pause the program.
Copyright © 2004 Tito Software Corporation. All rights reserved.
| Browser Based Help. Published by chm2web software. |