You can move up and down the call stack using the Go To Called Method
and Go To Calling Method items on the Debug menu.
The
icon moves up or down one level in the Call Stack view, and
If the source code for the method is available, it is displayed in the Source Editor window.
To move one level up the call stack (away from main):
Go to Called Method (Ctrl-Alt-Up).
To move one level down the call stack (toward main):
Go to Calling Method (Ctrl-Alt-Down).
| See also | |
|---|---|
|
Viewing Variables for a Method on the Call Stack
Viewing Source for a Method on the Call Stack |
|