Shortcut key to Skip all breakpoints in eclipse [duplicate]
Asked Answered
F

3

8

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

Fortenberry answered 21/11, 2013 at 17:6 Comment(0)
G
5

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.

Girard answered 24/6, 2014 at 8:49 Comment(0)
B
2

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
Bolin answered 4/3, 2019 at 1:59 Comment(0)
L
0

Eclipse Mars (4.5)

Ctrl + Alt + B

Here is the official documentation for this new feature.

Laughable answered 27/6, 2015 at 20:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.