Debugging
Desired Function Command Names Keystrokes
View the procedure one higher on the call stack
UpStack (E +)
Ctrl++ (plus)
View the procedure one lower on the call stack
DownStack (E -)
Ctrl+- (minus)
Help
Help (help)
F1
Run a program if not started or continue executing if a program has stopped
Go (C)
F5
Continue to the end of the current subroutine and stop in the calling routine after returning
Return (cU)
F9
Execute single statements and step over procedure calls
Next (n)
F10
Execute single statements and step into procedure calls
Step (s)
F11 (May not work on some keyboards.)

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.