News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Debugger and multitarget support

Started by vladislav, October 23, 2006, 09:49:43 AM

Previous topic - Next topic

vladislav

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           

red660

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