Wolf Guard - 2003-05-22

Today I have tried to debug a C++ program. I've enabled debugging information in Dev-C++ configuration but C++ object were not understood by GDB. After some test and web searchs I've found option -gstabs must be used. So, if you have problem debugging C++ programs go to Compiler Options, Paramaters and add -gstabs...

Good day