I installed codeblocks from the October 23 nightly build, and I'm having problems getting the GDB debugger breakpoints to work. I can place a breakpoint, but the debugger doesn't stop at the breakpoint when I run my code. I'm sure there is a simple solution to this that I'm overlooking.
I installed the rc2 release and its breakpoints seem to work, so I thought that the problem may be in the plugins that come with the nightly build. So I went and looked in the plugin manager from the nightly build release and compared it to the rc2 release and found that the debuger dlls are different. The nightly build release has the debugger.dll while the rc2 release has the gdbdebugger.dll. Could this be the problem?
Thanks for you help!