Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: crazyi on August 15, 2013, 09:12:57 am

Title: How can I choose a specialized debugger for different compiler configs?
Post by: crazyi on August 15, 2013, 09:12:57 am
I use both x86 and x64 TDM-GCC, but I find the only way to select a specialized is to in Settings->Debugger->GDB/CDB Debugger->Default->Executable path and this debugger is default for all compiler configs.
Then I wonder if I can choose a specialized debugger for different compiler configs? I really do not want to switch the debugger all the time.
Title: Re: How can I choose a specialized debugger for different compiler configs?
Post by: golgepapaz on August 15, 2013, 12:19:28 pm
There is a create config button at the same screen..
Title: Re: How can I choose a specialized debugger for different compiler configs?
Post by: crazyi on August 16, 2013, 03:42:39 am
There is a create config button at the same screen..
Hi golgepapaz, what do you mean a create config button at the same screen??
I don't understand your above commet.... Can you give some more details?
Title: Re: How can I choose a specialized debugger for different compiler configs?
Post by: stahta01 on August 16, 2013, 04:58:28 am
Select "GDB/CDB Debugger" in left panel.
Title: Re: How can I choose a specialized debugger for different compiler configs?
Post by: crazyi on August 16, 2013, 03:40:54 pm
Thanks all your guys above. With your help I find the way to define my own debugger config. I really don't know what this config mean in the first place.