Using the Call Stack

While in debug mode, you can view the sequence of calls made during execution of the current thread. These calls are displayed in the Call Stack view of the Debugger window. The call that was executing when the thread stopped is at the top of the stack. The initial call is at the bottom of the stack. You can browse the calls on the call stack and pop a call from the call stack using the commands on the Stack submenu of the Debug menu.

For more information on the call stack, see:

Making a Call Current
Popping a Call From the Call Stack
Call Stack View
Current Context in the Debugger

Legal Notices