Viewing the Call Stack

The Call Stack tab in the Debugger window lists the hierarchy of method calls made during execution of the current thread. 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. Double-clicking a method name displays the source of the method in the Source Editor.

You can change the current thread on the Threads tab of the Debugger window.

See also
Changing the Current Thread

Legal Notices