Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Run and Debug Keys
◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Run and Debug Keys
■ Program Execution
To: Press:
═════════════════════════════════════════════════ ═══════════════════
Continue program execution from current statement F5
Display Output window Alt+W,O
Execute program to current cursor position F7
Start program execution from beginning Shift+F5
View output screen (toggle) F4
■ Debug/Stepping
To: Press:
═════════════════════════════════════════════════ ═══════════════════
Display Calls window Alt+W,C
Display the next procedure Shift+F2
Execute next program statement as a single step F8
Execute program to current cursor position F7
Procedure Step (tracing around a procedure call) F10
Trace execution history backward Shift+F8
Trace execution history forward Shift+F10
■ Break/Watch
To: Press:
═════════════════════════════════════════════════ ═══════════════════
Add Watch Alt+D,A
Add WatchPoint Alt+D,W
Break On Errors Alt+D,E
Delete Watch Alt+D,D
Delete All Watch Alt+D,L
Instant Watch Shift+F9
Set breakpoint (toggle) F9
See Also
◄Keyboard Guide►