News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[GDB] No source file named main.cpp.

Started by Quetz, October 08, 2005, 07:25:04 PM

Previous topic - Next topic

Quetz

Hello!

I've download and installed CodeBlocks 1.0 RC 1-1 (without GCC).
I downloaded ale the necessary file direct from Mingw.org and after manual installation everything is OK.
But...I;ve got problem with a debugger. I get this:

Selecting target: default
Compiling: done
Starting debugger: done
Adding source dir: D:\pwr\Semestr_2\Cpp\grafy\
Adding file: grafy.exe
No source file named main.cpp.
error

Of course, missing (for GDB) file is there in  that catalog. Moreover, this situation occurs to every other project I've made in CB last year.
What should I do, please help!

Thank you,
Jakub Lambrych


rickg22

Did you enable the "generate debugging symbols" in the compiler options?

Quetz