Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse shortcut for enabling / disabling JAVA breakpoints

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.

like image 345
WeMakeSoftware Avatar asked Nov 08 '11 16:11

WeMakeSoftware


4 Answers

CtrlShftB

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

like image 81
Ravi Bhatt Avatar answered Nov 15 '22 07:11

Ravi Bhatt


You have to assign your own keyboard shortcut to the Skip All Breakpoints command. Use Preferences>General>Keys preference page to do it.

PW

like image 25
Paul Webster Avatar answered Nov 15 '22 09:11

Paul Webster


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

like image 1
Ferran Basora Avatar answered Nov 15 '22 07:11

Ferran Basora


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

like image 1
Sumit Singh Avatar answered Nov 15 '22 08:11

Sumit Singh