How to view all the breakpoints in eclipse?

As other users have suggested, to view all breakpoints : Window-> Show View -> Breakpoints.

To delete them, there are three ways:

  1. select the breakpoint & click on the cross button displayed in the same view.
  2. select the breakpoint, right click & select remove. (You can also temporarily disable it & remove all the breakpoints from this menu.)
  3. Go to the breakpoint in your file & double-click it.

On the top-right corner, there is a search bar(Quick Access). You can search for breakpoints there and select breakpoints from options. All the breakpoints will be listed down.


Here is what worked for me, just today, Run-> Remove All Breakpoints


You can remove all breakpoints by following below steps. Go to

Run -> Remove All Breakpoints.

This will remove all breakpoints.