80

I am new to eclipse and I am unable to view all the breakpoints that I have placed. I even tried Window --> Show View --> Breakpoints but that is also not working.

Ram Singh
  • 6,664
  • 35
  • 100
  • 166
Anshuman Jasrotia
  • 3,135
  • 8
  • 48
  • 81

11 Answers11

104

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.
RAS
  • 8,100
  • 16
  • 64
  • 86
36

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

Samir Rakshit
  • 421
  • 5
  • 3
5

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.

Ambujesh
  • 71
  • 1
  • 5
5

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

Run -> Remove All Breakpoints.

This will remove all breakpoints.

Sasikumar Murugesan
  • 4,412
  • 10
  • 51
  • 74
Suresh
  • 59
  • 1
  • 4
2

Go to Windows->Show View->(Others)->(Debug)->Breakpoints->unchecked all debug points

and unchecked all debug points which you have checked, start in debug mode again. It worked for me.

1

For Oxygen.3a I use:

  • Window > Perspective > Open perspective > debug, and it shows the breakpoints window by default.
  • Then ALT + SHIFT + Q, B toggles the window (or Window > Show view > Breakpoints)
Chris Halcrow
  • 28,994
  • 18
  • 176
  • 206
0

For Windows: Press Alt + Shift + Q, B

Ahmet
  • 7,527
  • 3
  • 23
  • 47
0

On Bottom there are many tabs like console ,Development Mode etc like wise Break Point also there you find all toggle break points.

Sufiyan
  • 1
  • 2
0

Right click on the Debug icon and click Reset. I hope it Helps.

Rajaguru
  • 1
  • 1
0

This shows all the breakpoints in the project.

Window > Perspective > Open perspective > debug, and it shows the breakpoints window by default.

-3

Go to Run > Remove All Breakpoints

  • 2
    Wouldn’t this remove the break points? Original author is asking how to view (not remove) – bsheps Mar 22 '21 at 21:19