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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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