Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Doing work after a CDT launch completes

On Sat, 2006-01-07 at 18:46 -0800, Pete MacLiesh wrote:
> you mean when the "run" completes, not when the "launch" completes, right?

Right.


> I think what you want to listen for is org.eclipse.debug.core.IDebugEventSetListener with
> an implementation of handleDebugEvents()

I did a simple test and it looks like a TERMINATE event is generated
when the run finishes. As far as I can tell that's exactly what I
wanted. Wow, that was easy. Thanks.


-- 
Ryan Boder
http://bitwiserlabs.com



Back to the top