Author Topic: Can't debug under GDB 5.2.1.  (Read 12997 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Can't debug under GDB 5.2.1.
« on: February 27, 2005, 07:50:07 am »
Version: CVS.

Can't debug codeblocks with GDB 5.2.1. GDB sends a message saying that the file src\\main.cpp can't be found.

However, if I run GDB directly and type "break main.cpp", it says: (more or less, can't remember) "Stopping at src\\main.cpp line NNN."

so the directory is messed up somehow. I'm running under CVS version.

Please give any workarounds, since debugging with commandline is, to say the least, bloody painful! :P.