Showing the Source of a Stack Frame
From the Debugger's Threads/Stack tab, you can select a stack frame and view its source in the Source Editor.
To view the source of a stack frame:
- Open the Threads/Stack tab in the Debugger.
- Click the glyphs on the left to expand the thread group to show the call stack in a thread.
- Select a stack frame.
- Click the Show Source button.
The Java WorkShop brings the Source Editor to the front and displays the source of the method that corresponds to the stack frame. The first line of the method is highlighted.
See also:
- Threads/Stack Tab