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.
Asked
Active
Viewed 1.4k times
5 Answers
21
CtrlShftB
use CtrlShftL to open key assist for all possible keyword combinations.

zessx
- 68,042
- 28
- 135
- 158

Ravi Bhatt
- 3,147
- 19
- 21
-
fwiw Cmd+Shift+L for Mac OS to open key assist for all possible keyword combinations. – Hunter-Orionnoir Sep 11 '15 at 23:19
11
You have to assign your own keyboard shortcut to the Skip All Breakpoints
command. Use Preferences>General>Keys
preference page to do it.
PW

Paul Webster
- 10,614
- 1
- 25
- 32
1
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
.

Sumit Singh
- 15,743
- 6
- 59
- 89
1
Yes, there is this shortcut that allow you to toggle breakpoint in the current line:
CtrlShftB
-
Its not an answer. Question is about enabling/disabling `All break point` at once not single one. `Ctrl + Shift + B` toggles i.e adds/removes but NOT enables/disables breakpoints. – Chandrayya G K May 19 '14 at 06:45
1
In Eclipse, in debug perspective, you have a blue crossed circle, to enable/disable all breakpoints.

Ferran Basora
- 3,097
- 3
- 19
- 13