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

Christian,

Not exactly sure, I suspect that an event has not been sent on
termination? See
org.eclipse.debug.core.Launch.handleDebugEvents(DebugEvent[]) and
org.eclipse.debug.core.model.RuntimeProcess.fireTerminateEvent() for
reference.

Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 13 January 2017 at 12:49, Christian Pontesegger
<christian.pontesegger@xxxxxx> wrote:
> 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
> _______________________________________________
> jdt-debug-dev mailing list
> jdt-debug-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/jdt-debug-dev


Back to the top