Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 427
Hiren Avatar asked Jun 25 '15 11:06

Hiren


People also ask

How do I remove all breakpoints?

You can delete all breakpoints in one of the following ways: On the Debug menu, click Delete All Breakpoints. On the toolbar of the Breakpoints window, click the Delete All Breakpoints button.

What is the shortcut key to clear all breakpoints?

To clear all breakpoints in the application From the Debug menu, choose Clear All Breakpoints (CTRL+SHIFT+F9).


1 Answers

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

like image 140
Safwan Hijazi Avatar answered Sep 18 '22 12:09

Safwan Hijazi