Hi,
I use codeblocks for debugging a remote target for some months now. What I really would like to see are some new buttons for remote debugging. I use the GNU Arm toolchain and arm-elf-gdb can not "run" a remote target. You can only "continue". But this command is not available via a simple button. I always have to type it in manually.
Is there a chance to exchange the function of the needless run-button?
greets starkeeper
QuoteYou can only "continue"
The "start debug" (F8) button is also the "continue" button...
Quote from: mandrav on November 07, 2007, 09:12:21 AM
QuoteYou can only "continue"
The "start debug" (F8) button is also the "continue" button...
Hmm..
that doesn't work. After starting debug via the "start debug" button it gets greyed out. Also the key F8 is not working anymore. And the Continue button (Ctrl-F7) sends a run command not a continue.
Any comments?
Is this a user problem or am I right?