Author Topic: How can I choose a specialized debugger for different compiler configs?  (Read 4892 times)

Offline crazyi

  • Single posting newcomer
  • *
  • Posts: 4
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.

Offline golgepapaz

  • Multiple posting newcomer
  • *
  • Posts: 44
Re: How can I choose a specialized debugger for different compiler configs?
« Reply #1 on: August 15, 2013, 12:19:28 pm »
There is a create config button at the same screen..

Offline crazyi

  • Single posting newcomer
  • *
  • Posts: 4
Re: How can I choose a specialized debugger for different compiler configs?
« Reply #2 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?
« Last Edit: August 16, 2013, 03:48:06 am by crazyi »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7789
    • My Best Post
Re: How can I choose a specialized debugger for different compiler configs?
« Reply #3 on: August 16, 2013, 04:58:28 am »
Select "GDB/CDB Debugger" in left panel.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline crazyi

  • Single posting newcomer
  • *
  • Posts: 4
Re: How can I choose a specialized debugger for different compiler configs?
« Reply #4 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.
« Last Edit: August 16, 2013, 03:42:42 pm by crazyi »