About 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 Code 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 | Debug Windows | Stack.
    The Stack window appears.


Related topics

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

 

Copyright © 1997, 2004, Oracle. All rights reserved.