eclipse shortcut for enabling / disabling JAVA breakpoints
Asked Answered
A

5

11

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.

Aidaaidan answered 8/11, 2011 at 16:38 Comment(0)
G
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

Guib answered 8/11, 2011 at 19:12 Comment(0)
C
21

CtrlShftB

use CtrlShftL to open key assist for all possible keyword combinations.

Cero answered 8/11, 2011 at 16:40 Comment(1)
fwiw Cmd+Shift+L for Mac OS to open key assist for all possible keyword combinations.Aeolian
G
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

Guib answered 8/11, 2011 at 19:12 Comment(0)
M
1

Yes, there is this shortcut that allow you to toggle breakpoint in the current line:

CtrlShftB

Microcurie answered 8/11, 2011 at 16:41 Comment(1)
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
M
1

In Eclipse, in debug perspective, you have a blue crossed circle, to enable/disable all breakpoints.

Massimo answered 8/11, 2011 at 16:42 Comment(0)
M
1

Follow following Steps:

  1. Open Preferences form Window->Preferences.
  2. Select General->keys.
  3. You can find Skip All Breakpoints or search it.
  4. Select Skip All Breakpoints.
  5. Choose your key Binding.
  6. Choose when.
  7. click Apply.

enter image description here

Marinara answered 5/11, 2013 at 7:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.