Call Stack View

The Call Stack view 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.

You toggle the display of the Callstack view by clicking the Callstack button in the Debugger window toolbar. The following table describes the icons used in the Call Stack view.

Icon Description
Current call stack iconThe current method on the call stack
Local variable iconA variable in scope at the time the method entered the call stack
Super variable icon groupA super variable
Static variable iconA static variable

Right-clicking a method name opens a menu with items for displaying the source of the method and viewing the method properties. The properties include the following:

You can change the value of a variable in the Call Stack view. You can change the current thread on the Threads view of the Debugger window.

See also
Changing the Current Thread

Legal Notices