Moving Up and Down the Call Stack

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 Current call stack icon 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):

To move one level down the call stack (toward main):

See also
Viewing Variables for a Method on the Call Stack
Viewing Source for a Method on the Call Stack

Legal Notices