| Author |
Message |
|
|
Post subject: launchdelegate
Posted: Apr 22, 2008 - 04:24 AM
|
|
Joined: Apr 22, 2008
Posts: 2
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: launchdelegate
Posted: Apr 22, 2008 - 05:29 AM
|
|
Joined: Apr 22, 2008
Posts: 2
|
|
| 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? |
|
|
| |
|
|
|
 |
|
|
| |