Community
Participate
Working Groups
Created attachment 166901 [details] Patch that adds the restart command handler. The Restart action was added to the Debug view context menu with bug 286256. It is visible only when the selected context adopts to IRestartHandler and it allows the selected process to be restarted without relaunching. The Restart action is available in the context menu and not in the top-menu so it is not accessible using keyboard only. We only need to add a default command handler to enable the restart key binding to be used to activate the Restart command.
I would like to target this for RC1. Darin please approve?
+1 for RC1. However, should the handler extension be contributed as a "defaultHandler" on the command extension itself (rather than separately contriubuted to the handlers extension point). @see TerminateAndRelaunchHandler as an example.
(In reply to comment #2) > +1 for RC1. Thank you, Committed. > However, should the handler extension be contributed as a > "defaultHandler" on the command extension itself (rather than separately > contriubuted to the handlers extension point). > > @see TerminateAndRelaunchHandler as an example. Good point. Functionally it makes no difference, but the use of defaultHandler makes the XML a little cleaner.
Verified.