Removing Line Breakpoints
    
    
      Breakpoints can be easily removed when you no longer need them.
    
    
      - 
        In the editor area, open the file where you want to remove the breakpoint.
      
-  Directly to the left of the line where you want to remove the breakpoint, 
    open the marker bar pop-up menu and select Toggle Breakpoint. 
    The breakpoint is removed from the workbench.  You can also double-click 
    directly on the breakpoint icon to remove it. 
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.
     If you find yourself frequently adding and removing a breakpoint in the
    same place, consider disabling the breakpoint when you don't need it (using Disable
    Breakpoint in the breakpoint context menu or the Breakpoints View)
    and enabling it when needed again.  
    
     Debugger
     Java perspectives
     Java editor
    
      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
    
      Breakpoints view