Previous Topic: Change BreakpointsNext Topic: Bookmarks


How to Delete Breakpoints

As you continue testing and debugging it is good practice to delete breakpoints you no longer need, so that the program will not stop unnecessarily.

It is easier to delete individual or multiple breakpoints from the Breakpoints view when you have a number set throughout a large program and you do not want to search through the source listing for them.

You can delete breakpoints in the following ways.

You can use the Eclipse UI delete several breakpoints at one time, follow these steps:

  1. Click the first breakpoint on the Breakpoints view, hold down the Shift key, then click the last breakpoint you want to delete.

    The breakpoints you select are highlighted.

  2. Right-click and select Delete Breakpoint.

    The breakpoints you select are deleted from the Breakpoints view and the program listing.