News:

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

Main Menu

I need alternative Buttons for remote debugging

Started by starkeeper, November 06, 2007, 11:02:07 PM

Previous topic - Next topic

starkeeper

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

mandrav

QuoteYou can only "continue"

The "start debug" (F8) button is also the "continue" button...
Be patient!
This bug will be fixed soon...

starkeeper

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.

starkeeper

Any comments?
Is this a user problem or am I right?