Code::Blocks Forums

User forums => Embedded development => Topic started by: starkeeper on November 06, 2007, 11:02:07 pm

Title: I need alternative Buttons for remote debugging
Post by: starkeeper on November 06, 2007, 11:02:07 pm
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
Title: Re: I need alternative Buttons for remote debugging
Post by: mandrav on November 07, 2007, 09:12:21 am
Quote
You can only "continue"

The "start debug" (F8) button is also the "continue" button...
Title: Re: I need alternative Buttons for remote debugging
Post by: starkeeper on November 07, 2007, 10:13:51 pm
Quote
You 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.
Title: Re: I need alternative Buttons for remote debugging
Post by: starkeeper on November 10, 2007, 02:38:43 pm
Any comments?
Is this a user problem or am I right?