Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: rickg22 on February 27, 2005, 07:50:07 am

Title: Can't debug under GDB 5.2.1.
Post by: rickg22 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.