Showing the Source of a Stack Frame

From the debugger's Threads/Stack window, you can select a stack frame and view its source in the source editor.

To view the source of a stack frame:

  1. Open the Threads/Stack window by choosing Debug -> Threads/Stack.
  2. Click the + icon to expand the thread group and show the call stack in a thread.
  3. Select a stack frame.
  4. Click the Show Source button.

JDE brings the source editor to the front and displays the source of the method that corresponds to the stack frame. The line that was being executed is highlighted.

See also:

Threads/Stack Overview