mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[304384] Make DSF-GDB the default CDT debugger.
This commit is contained in:
parent
20baa38a22
commit
21e26009ef
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ public class CApplicationLaunchShortcut implements ILaunchShortcut2 {
|
|||
try {
|
||||
ILaunchDelegate preferredDelegate = wc.getPreferredDelegate(set);
|
||||
if (preferredDelegate == null) {
|
||||
wc.setPreferredLaunchDelegate(set, "org.eclipse.cdt.cdi.launch.localCLaunch");
|
||||
wc.setPreferredLaunchDelegate(set, "org.eclipse.cdt.dsf.gdb.launch.localCLaunch");
|
||||
}
|
||||
} catch (CoreException e) {}
|
||||
// End workaround for bug 262840
|
||||
|
|
Loading…
Add table
Reference in a new issue