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.)
|