问题
I'm looking for a shortcut to completely enable / disable all JAVA breakpoints (analogue of pushing the "Skip all breakpoints" button in Debug view ), not to enable / disable them on a row-by-row basis.
回答1:
You have to assign your own keyboard shortcut to the Skip All Breakpoints
command. Use Preferences>General>Keys
preference page to do it.
PW
回答2:
CtrlShftB
use CtrlShftL to open key assist for all possible keyword combinations.
回答3:
In Eclipse, in debug perspective, you have a blue crossed circle, to enable/disable all breakpoints.
回答4:
Follow following Steps:
- Open Preferences form
Window->Preferences
. - Select
General->keys
. - You can find
Skip All Breakpoints
or search it. - Select
Skip All Breakpoints
. - Choose your key Binding.
- Choose when.
- click
Apply
.
回答5:
Yes, there is this shortcut that allow you to toggle breakpoint in the current line:
CtrlShftB
来源:https://stackoverflow.com/questions/8053904/eclipse-shortcut-for-enabling-disabling-java-breakpoints