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.

WeMakeSoftware
  • 9,039
  • 5
  • 34
  • 52

5 Answers5

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
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:

  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

Sumit Singh
  • 15,743
  • 6
  • 59
  • 89
1

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

CtrlShftB

zessx
  • 68,042
  • 28
  • 135
  • 158
aleroot
  • 71,077
  • 30
  • 176
  • 213
  • 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