Author Topic: GDB can't find the source files  (Read 8409 times)

aradu

  • Guest
GDB can't find the source files
« on: August 01, 2005, 02:28:54 am »
First, I have to say that Code::Blocks is an amazing tool! Switching from Dev-Cpp was an easy choice. ;)

And to the question. When I run GDB it executes just fine, but once I choose "Run to cursor", it says:

Quote
Continuing...
No source file named main.cpp.
error
Program received signal (SIGTRAP)
Trace/breakpoint trap

It doesn't matter which file I choose in my project, it always says that it can't find the specific file.

I use Code::Blocks version 1.0-RC1.

Thanks for your help!