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.

link|improve this question
feedback

4 Answers

up vote 1 down vote accepted

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

PW

link|improve this answer
feedback
CTRL+SHIFT+B

use CTRL+SHIFT+L to open key assist for all possible keyword combinations.

link|improve this answer
feedback

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

   Ctrl+Shft+B
link|improve this answer
feedback

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

link|improve this answer
yeah, thanks :) do you know a shortcut for that button? – Funtik Nov 8 '11 at 16:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.