Source pane for the Debugger

During a debugging session, the Source pane displays the Java source code corresponding with the item selected in the Threads and Stack pane of the Debugger.

Icons in the Source pane

The following table explains the icons used in the Debugger Source pane.

Icon Meaning
The execution point for this thread. The line has not been executed yet.
Breakpointable line. If you set a breakpoint on this line, the breakpoint will be valid.
Invalid breakpoint.
Breakpoint.
Verified breakpoint.
See also:
Building Applications with JBuilder: Finding the execution point
Building Applications with JBuilder: Running to the cursor location
Building Applications with JBuilder: Showing where a method was called
Building Applications with JBuilder: Using breakpoints
Building Applications with JBuilder: Watching expressions