Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Setting default delegate for a launch configuration.

I don't have the code in front of me, but you can look at how we set the default delegate to dsf-gdb. I believe it is in the plugin class of one of the debug plugins, probably o.e.cdt.debug. Look for the string "preferred".

Out you can look in bugzilla for a bug titled something like " make dsf-gdb the default debugger... "


BR,

Marc


----- Original Message -----
From: Joseph Henry <Joseph.Henry@xxxxxxx>
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Sent: 19/05/2014 14:37
Subject: [cdt-dev] Setting default delegate for a launch configuration.


Hi all,

 

I have a custom launch Delegate that can be assigned to the C/C++ Application launch configuration.

 

Currently users must create a launch configuration and then select my custom delegate manually. Is there any way that I can make my delegate the default?

 

Thanks,

Joseph Henry.


Back to the top