0

In Eclipse Juno I always had the debugging buttons in my own non-debugging view on the main toolbar. I have no idea if this was default or I did this somehow, but I can't seem to get them there in Eclipse Kepler.

I checked many debugging related boxes in the Customize Perspective dialog, but I am probably missing one, or missing something else.

I can open the Debug window into my perspective, go to the little triangle on the toolbar, and choose "Show Debug Toolbar", which shows the buttons I mean, but only on the Debug window. I want them on the main toolbar.

In other words, my question is:

How do I do this?

enter image description here

No, I cannot drag and drop them. :/


Screenshots of Customize Perspective

Tool Bar Visibility
enter image description here

Command Groups Availability
Command Groups Availability


-update 2015-03-

Still not managed to do this.

enter image description here

Tunaki
  • 132,869
  • 46
  • 340
  • 423
Redsandro
  • 11,060
  • 13
  • 76
  • 106

1 Answers1

0

Yes you can have these on main toolbar. Steps

  1. Switch to the perspective where you want to have these buttons(Ex: Java)

  2. Click Windows > Customize perspective. Switch to Commads and Groups Availability tab. Enable Debug command group.

  3. Switch to Toolbar visibility tab. Check Debug toolbar item.

enter image description here

Refer this post "Skip All Breakpoints" disappeared from main toolbar for screen shot [But not related to debug toolbar].

Community
  • 1
  • 1
Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68
  • The options mentioned in step 2 and 3 are already enabled/checked. Still it is like in the screenshot, not on the main toolbar. – Redsandro Jul 03 '14 at 10:29
  • added my screen shot. I am using **eclipse luna** but should work on **kepler** also.Can you able to see these commands in **Toolbar visibility** tab. Edit your post and add screenshots – Chandrayya G K Jul 03 '14 at 10:38
  • Hi __@ChandrayyaGK__, I'm revisiting this post to try again, but I still cannot manage. As you can see in the last screenshot from the updated question, I have no debug options on the main toolbar. I have __debug__ checked in both __Commads and Groups Availability__ and __Toolbar Visibility__. Any chance you missed mentioning a step? – Redsandro Mar 19 '15 at 12:34