Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Debugging one jvm with multiple targets

Dear friends,

I would appreciate your design input on the following use case. A custom java debugger changes the presentation in Debug, Breakpoint, Variables view and source display (the debugged process is shown graphically on a GEF-like canvas editor). In addition, it should support regular java debug for the java classes "embedded" into the canvas. This debug process should be a continuous process, which switches between java and graphical editors as needed.
What would be a design pattern for this? The custom debugger is set using its own CustomDebugTarget. Shall java debugger be attached to the same jvm by adding a JDIDebugTarget to the debug launch?

Thanks.

Xsu

Back to the top