How to view all the breakpoints in eclipse?

Solution 1:

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.

Solution 2:

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

Solution 3:

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.