Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Adding the Restart button back into the Debg View toolbar

Hi,

We are shipping a new product based on Helios/CDT. We are getting a lot (yes, a lot!) of complaints from our customers about the removal of the Restart button from the DebugView toolbar (which was present in the Galileo/CDT product). Yes, it is still available in the context menu, but this is a lot less convenient.

I am not sure how to go about adding it back in. I can use a viewContribution to add a button to the toolbar, but Restart is provided  as a command. How do I go about adding a command to the DebugView
toolbar (specifically the restart command, with ID org.eclipse.debug.ui.commands.Restart)?

Thanks

--
Subs



Back to the top