Community
Participate
Working Groups
The terminate and relaunch action terminates the debug session, but does not relaunch it. The problem is that the action implementation calls getAdapter(ILaunch.class) on the selected element, but after the session terminates, the DSF element doesn't have Session.getModelAdapter() the mapping to the launch anymore. I think the right way to fix this is to move the adapter registration out of the session and into the view model.
My memory must be getting frail, I filed the original bug less than 6 months ago... *** This bug has been marked as a duplicate of bug 293109 ***
*** cdt cvs genie on behalf of mkhouzam *** Bug 311958: Assertion hits because of delayed task. So, cancel all delayed task after shutting down the exutor. [*] GdbLaunch.java 1.11 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunch.java?root=Tools_Project&r1=1.10&r2=1.11