Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Debug Work Items for 2.1 and Beyond


...
6.  Currently we create a fake launch and pass it to
JDIDebugModel.newDebugTarget to avoid the JDIDebugTarget being added to the
real launch.  Is there possibly a better way to do this?

...

There isn't really a better way to do this. We intentionally designed things (in 2.0) such that a debug element is always associated with a launch. This, a debug target requires a lanuch object on instantiation. Otherwise there is an unknown period of time where a debug element does not belong to a launch.

Darin


Back to the top