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.
eclipse shortcut for enabling / disabling JAVA breakpoints
Asked Answered
You have to assign your own keyboard shortcut to the Skip All Breakpoints
command. Use Preferences>General>Keys
preference page to do it.
PW
CtrlShftB
use CtrlShftL to open key assist for all possible keyword combinations.
fwiw Cmd+Shift+L for Mac OS to open key assist for all possible keyword combinations. –
Aeolian
You have to assign your own keyboard shortcut to the Skip All Breakpoints
command. Use Preferences>General>Keys
preference page to do it.
PW
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. –
Noted In Eclipse, in debug perspective, you have a blue crossed circle, to enable/disable all breakpoints.
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
.
© 2022 - 2024 — McMap. All rights reserved.