Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Debug view entries & termination

On 13.01.2017 13:11, Jonah Graham wrote:
Therefore EASE needs to implement/override the isTerminated, to do
that you have to instantiate your own ILaunch object, to do so
implement  org.eclipse.debug.core.model.ILaunchConfigurationDelegate2.getLaunch(ILaunchConfiguration,
String) in EaseLaunchDelegate
Thanks Jonah, that improved the behavior a bit. Now the launch is correctly identified as terminated. Still the Debug view does not behave correctly:

* the toolbar item "Remove all terminated launches" remains disabled
* the launch is not removed like when a Java program is launched

Could not find something specific in the JDT bundles either. So how is it done there?

Christian


Back to the top