Its real pity that restart button was removed.
Im developing debugger solution for embedded systems and was using this button to reset the system under debug.
Is it possible to add custom buttons to DebugView toolbar?
Is it possible to extend its UI with custom plugin?
Sure you can create you own plugin and use extension points to put the button back.
You can use the org.eclipse.ui.menus extension point and re-use the debug platform's command org.eclipse.debug.ui.commands.Restart
Marc
Mark Lukoyanichev wrote on Wed, 29 September 2010 07:52
Thank you for pointing out the menu option!
Its real pity that restart button was removed.
Im developing debugger solution for embedded systems and was using this button to reset the system under debug.
Is it possible to add custom buttons to DebugView toolbar?
Is it possible to extend its UI with custom plugin?