[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: Debugging is not working - C++ projec t

Buiati wrote:

Hi Alex,

I donÂŽt have an executable file.
I ÂŽm working with Makefile.

Should I set any debug configuration on makefile?
You should instruct the compiler to include debug information. If you are using gcc you should add the compiler flag "-g" to your Makefile.

 Axel