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:
- select the breakpoint & click on the cross button displayed in the same view.
- select the breakpoint, right click & select remove. (You can also temporarily disable it & remove all the breakpoints from this menu.)
- 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.