Removing breakpoints

Line breakpoints are set on an executable line of a program.

  1. In the editor area, open the file where you want to remove the breakpoint.
  2. Directly to the left of the line where you want to remove the breakpoint, open the marker bar pop-up menu and select Remove Breakpoint. The breakpoint is removed from the workbench.

Breakpoints can also be removed in the Breakpoints view. Select the breakpoint(s) to be removed and from the context menu select Remove.
All breakpoints can be removed from the workbench using the Remove All action in the context menu of the Breakpoints view.

Related concepts

Debugger
Java perspectives
Java editor

Related tasks

Adding breakpoints
Enabling and disabling breakpoints
Applying hit counts
Catching Java exceptions
Managing conditional breakpoints
Setting method breakpoints
Stepping through the execution of a program

Related reference

Breakpoints view

 

 
 Copyright IBM Corporation 2000, 2002. All Rights Reserved.