Using the Call Stack

While in debug mode, you can view the hierarchy of method calls made during execution of the current thread. These method calls are displayed in the Call Stack view of the Debugger window. The method that was executing when the thread stopped is at the top of the stack. The initial method is at the bottom of the stack.

You can browse the methods on the call stack using the Go to Called Method and Go to Calling Method items on the Debug menu. From within the Call Stack view, you can display the variables for a method on the call stack and go to the source code for a method.

For a complete description of the icons used in the Call Stack view, see:

Call Stack View

For step-by-step instructions on working with the methods on the call stack, see:

Browsing the Methods on the Call Stack
Viewing Variables for a Method on the Call Stack
Viewing Source for a Method on the Call Stack

Legal Notices