How to remove all breakpoints of "single" file in eclipse?

3.3k Views Asked by At

I better know how to remove/disable all breakpoints at one click and how to remove specific breakpoints but is there any way to remove all breakpoints of single file in eclipse?

Example

I have 5 breakpoints in ServiceImpl.java and 7 breakpoints in DaoImpl.java now I don't want to debug ServiceImpl.java.

So, is there any way to simply remove only ServiceImpl.java file's all breakpoint?

2

There are 2 best solutions below

0
On BEST ANSWER

try to select Debug then group by as I described in below image

enter image description here

Now you can select only the node of your file and disable.

One click disable, one click enable

2
On

Have a look at the breakpoints view where you can disable/remove individual breakpoints. They should also be ordered by class/file.

enter image description here