Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: vladislav on October 23, 2006, 09:49:43 am

Title: Debugger and multitarget support
Post by: vladislav on October 23, 2006, 09:49:43 am
I am working with CB for writing retargetable application(one target is GNU
GCC under windows,another - arm-elf-gcc). Unfortunately
debugging is very inconveniently    because of global debugger
settings:( .But  I need different debugger settings(especially "Debugger
initialization commands") for each target
I suggest :
1. To do different debugger setting  for each debugger(Move debugger
settings into "Compiler settings" section)
2. To do "use .gdbinit file" checkbox in debugger settings

Thank in advance.

--
Best regards,
 vlad           
Title: Re: Debugger and multitarget support
Post by: red660 on January 14, 2007, 01:41:29 pm
I'll second that..

I'm also debugging an arm embedded target.  It would make a whole lot of sense to have the debug configurations bound to the build configurations.

Anyway thanks for a great tool (miles faster than eclipse ;)

-- Steve