Plugin Design - launchdelegate craftyone - Apr 22, 2008 - 04:24 AM Post subject: launchdelegate
I am trying to create a plugin that customises the termination of a process.
I have created a extension "org.eclipse.debug.ui.launchConfigurationTabs" which allows me to customise the launch dialog and I have created an extension ILaunchConfigurationDelegate to customise launching the config but I want to intercept the request to terminate the process and to shutdown the process cleanly before resorting to the default killing of the process. Is this possible and what do i need to extend?
thanks
craftyone - Apr 22, 2008 - 05:29 AM Post subject: RE: launchdelegate
I have seen i can extend LaunchConfigurationDelegate and overide getLaunch but what i don't understand is how to implement the launch method. I just want to use the default logic for launching?