Using the Stack Window

The Stack window displays the call stack for the current thread. When you highlight a line in the Stack window, the Data window, Watches window, and all Inspector windows are updated to show data for the highlighted method.

Note: For more information about this window including its context menu options, press F1 or click Help in the Stack window.

To open the Stack window:

  1. Open source files in the Source Editor and set breakpoints.

  2. Click debug_icon Debug from the toolbar.

  3. When the debugger pauses at a breakpoint, from the main menu, select View then choose Debug Windowsthen choose Stack.
    The Stack window appears.


Related topics

Using the Debugger Windows
Setting Preferences for the Debugger Windows
Locating the Execution Point for a Thread