The "Run" menu contains all entries related to running a program,
-
Run
- (Ctrl-F9) If the sources were modi ed, compiles the program. If the compile is
successful, the program is executed. If the primary le was set, then that is used to
determine which program to execute. See section 6.4.6, page 163 for more information
on how to set the primary le.
-
Step over
- (F8) Run the program till the next source line is reached. If any calls to
procedures are made, these will be executed completely as well.
-
Trace into
- (F7) Execute the current line. If the current line contains a call to another
procedure, the process will stop at the entry point of the called procedure.
-
Goto cursor
- (F4) Runs the program till the execution point matches the line where the
cursor is.
-
Until return
- Runs the current procedure till it exits.
-
Parameters
- This menu item allows to enter parameters that will be passed on to the
program when it is being executed.
-
Program reset
- (Ctrl-F2) if the program is being run or debugged, the debug session is
aborted, and the running program is killed.