I\'m looking for a shortcut to completely enable / disable all JAVA breakpoints (analogue of pushing the \"Skip all breakpoints\" button in Debug view ), no
Follow following Steps:
Window->Preferences
.General->keys
.Skip All Breakpoints
or search it.Skip All Breakpoints
.Apply
.Yes, there is this shortcut that allow you to toggle breakpoint in the current line:
CtrlShftB
CtrlShftB
use CtrlShftL to open key assist for all possible keyword combinations.
In Eclipse, in debug perspective, you have a blue crossed circle, to enable/disable all breakpoints.
You have to assign your own keyboard shortcut to the Skip All Breakpoints
command. Use Preferences>General>Keys
preference page to do it.
PW