Question

Is there a keyboard shortcut for "Skip All Breakpoints" in eclipse?

If there isn't, is there a way to put "Skip all breakpoints" button on the tool bar in RAD like in eclipse? In eclipse it's there by default but I just couldn't figure out how to put it there in RAD.

I have been doing "Run" --> "Skip All BreakPoints" and this takes too much of my time when I am constantly enabling it and disabling it.

enter image description here

Was it helpful?

Solution

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

OTHER TIPS

Go to window -> Preference -> General -> Keys

Here in search box type "Remove All Breakpoints", if corresponding to that command if anything written in Binding option then it is your shortcut key, have a look on this pic

enter image description here

If nothing is mention then come to below given option [Binding] where you can add your own shortcut, i used Ctrl+Alt+B for removing all breakpoints. Then press Apply and ok.

If you want the Skip all Breakpoints button show on the toolbar panel. You can do as fllow. Here is original answer.

  1. Go to Window > Perspective > Customize Perspective
  2. Tick checkbox Skip All Breakpoints under Debug from Tool Bar Visibility as shown below

enter image description here

  1. Click on OK
  2. You should see Skip All Breakpoints now

Eclipse Mars (4.5)

Ctrl + Alt + B

Here is the official documentation for this new feature.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top