7.67.52015-05-06

Execute a Program

Use:

To:

F9

Run the program to completion. If breakpoints occur before the end of the program, the properties of those breakpoints may mean execution stops before reaching the end of the program.

F4

Execute the program forward to the line indicated by the current cursor position. If breakpoints occur before the program reaches the pointer position, the properties of those breakpoints may mean execution stops before reaching the pointer position.

F8

Execute only the current line of the program.

CTRL+F2

Exit the current execution of the program.