Shortcut key to Skip all breakpoints in eclipse

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


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