Author Topic: Debug GDB problems  (Read 4062 times)

Offline jvpic

  • Multiple posting newcomer
  • *
  • Posts: 15
  • Breizhad
Debug GDB problems
« on: July 15, 2006, 10:48:36 am »
Hello all,

I have problems with debugging.
I positionned the compiler flag to debug and compile.

F8 and the watch window works fine, and breakpoint also but :

1) The active debug line is not highlighted so it is impossible to know where the debugger is.
2) There is, apparently, no "step by step" command in the interface, only "continue until cursor" which is not usefull for "step by step" .

Under these conditions the debugging is not usable !

May somebody help me ?

Thanks

Jvpic
Windows Xp SP2 Home edition C::B 1.0 nightly 17/07/2006 mingw32 3.4.4 wxWidgets 2.6.3

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: Debug GDB problems
« Reply #1 on: July 15, 2006, 11:14:35 am »
Hello,
as far as I can tell F7 is the button you are looking for: this will execute the code on a step by step basis. Although I am using the nightly builds, if I am correct this was already so in RC2. (try the nightly builds, you'll find many many improvements! :D)