Community
Participate
Working Groups
The same fix as used for Bug 312997 should be used for the JTAG launch configuration type.
Created attachment 172427 [details] Fix Fix based on the way we now do things to set the default delegate for other launch configuration types.
Committed to HEAD. John, you've recently dabbled in these plugins, can you have a look? P.S. I didn't think this was important enough for 7.0.1 but I could be convinced otherwise.
*** cdt cvs genie on behalf of mkhouzam *** Bug 315490: Update JTag launch to set the default launch delegate more efficiently. [*] GDBJtagDSFCMainTab.java 1.2 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/internal/ui/GDBJtagDSFCMainTab.java?root=Tools_Project&r1=1.1&r2=1.2 [*] Activator.java 1.6 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/org/eclipse/cdt/debug/gdbjtag/ui/Activator.java?root=Tools_Project&r1=1.5&r2=1.6
Nice solution.