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:
Open source files in the Code Editor and set breakpoints.
Click
Debug from the toolbar.
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
Copyright © 1997, 2004, Oracle. All rights reserved.