Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jvpic on July 15, 2006, 10:48:36 am

Title: Debug GDB problems
Post by: jvpic 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

Title: Re: Debug GDB problems
Post by: ASJ 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)