Enabling and disabling breakpoints

Do one of the following sets of tasks: If the breakpoint is enabled, its image will be a blue circle and if it is disabled the image will be a white circle

While the breakpoint is enabled, thread execution suspends before that line of code is executed. The debugger selects the thread that has suspended and displays the stack frames on that thread's stack. The line where the breakpoint was set is highlighted in the editor in the Debug perspective.

Related concepts

Debugger
Java perspectives
Java editor

Related tasks

Applying hit counts
Catching Java exceptions
Removing breakpoints
Setting method breakpoints
Managing conditional breakpoints
Stepping through the execution of a program

Related reference

Breakpoints view

 

 
 Copyright IBM Corporation 2000, 2002. All Rights Reserved.