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.

So I found the bug you were talking about https://bugs.eclipse.org/bugs/show_bug.cgi?id=304384.

 

It appears that the default delegate is keyed off of a global preference (which I cant change.. or can I?).

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Monday, May 19, 2014 3:11 PM
To: CDT General developers list.
Subject: 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