Author Topic: I need alternative Buttons for remote debugging  (Read 11993 times)

Offline starkeeper

  • Multiple posting newcomer
  • *
  • Posts: 15
I need alternative Buttons for remote debugging
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: I need alternative Buttons for remote debugging
« Reply #1 on: November 07, 2007, 09:12:21 am »
Quote
You can only "continue"

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

Offline starkeeper

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: I need alternative Buttons for remote debugging
« Reply #2 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.

Offline starkeeper

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: I need alternative Buttons for remote debugging
« Reply #3 on: November 10, 2007, 02:38:43 pm »
Any comments?
Is this a user problem or am I right?