Multiple Debuggers
Posted: Wed Oct 08, 2008 6:00 pm
From the bug tracker:
"
Comment By: Eran Ifrah (eranif)
...
Currently there is only one plugin available: gdb.
"
Okay, I understand this now, however it doesn't help me achieve what I need:
I have several different build configurations that target a range of embedded CPUs. All of my targets use a gdb compliant debugger customised for that chip, but the CodeLite gdb debugger plugin only takes one path.
To target, say, my ARM9 CPU I switch my build configuration to "Debug ARM 9", but I must also change the "Debugger Path" from /usr/bin/gdb to /opt/arm/bin/arm-linux-gdb. Similarly if I then switch to "Debug PPC", I need to change the path again to /opt/ppc/bin/ppc-ebd-gdb
I was hoping when I picked up CodeLite that I'd get to set a gdb debugger per configuration, which would be ideal for what I do.
As an aside, if you're in "Project Settings|Custom Build" and change the configuration type dropdown, it keeps appending targets & commands to the custom build list.
Regards,
Jansic.
"
Comment By: Eran Ifrah (eranif)
...
Currently there is only one plugin available: gdb.
"
Okay, I understand this now, however it doesn't help me achieve what I need:
I have several different build configurations that target a range of embedded CPUs. All of my targets use a gdb compliant debugger customised for that chip, but the CodeLite gdb debugger plugin only takes one path.
To target, say, my ARM9 CPU I switch my build configuration to "Debug ARM 9", but I must also change the "Debugger Path" from /usr/bin/gdb to /opt/arm/bin/arm-linux-gdb. Similarly if I then switch to "Debug PPC", I need to change the path again to /opt/ppc/bin/ppc-ebd-gdb
I was hoping when I picked up CodeLite that I'd get to set a gdb debugger per configuration, which would be ideal for what I do.
As an aside, if you're in "Project Settings|Custom Build" and change the configuration type dropdown, it keeps appending targets & commands to the custom build list.
Regards,
Jansic.