Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] GDB debugger path

Hi,
 
there is a way to use eclipse variables.  If I remember correctly, the format was not very standard, so it may not be obvious, but I do believe it works.
 
Another way is to have each member of the group properly set the location of 'gdb' in their PATH variable.
 
In next CDT, there is a preference to set the default GDB path
http://wiki.eclipse.org/CDT/User/NewIn80#Default_GDB_path_and_initialization_file
 
I hope this helps.
 
Marc


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of maximilian.loy@xxxxxxxxx
Sent: Friday, January 14, 2011 8:46 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] GDB debugger path


Hi,

is there a way to provide a relative path or use variables to set the GDB debugger path for the debug configuration?
I need to set the path dynamically in order to share the project with other team members.

Regards,
Max

Back to the top