Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] How can I implement a listener for the termination of a RuntimeProcess

Hi Darin,

I hope you meant *platform*-debug-dev with "debug-dev". Therefore my
question is now here.

My question was exactly this: why is the IDebugTarget.terminated() not
called anymore when a process is terminated. (Or why doesn't the
TERMINATE event of the IProcess cause an invocation of this method).
It is called for example when an IThread or a Launch is terminated,
but NOT when the IProcess is.

Because of this problem I need such a listener for the IProcess
termination. I haven't found any methods to handle
IDebugEventListener's in either: IProcess, ITerminate or
IDebugElement.

Therefore, what am I missing or how can I listen to the termination of
the IProcess from an IDebugTarget?

Thanks!

Gabriel

-- 
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com


Back to the top