FaqCPlusPlusGdbDoesNotWork
The debugger doesn't work. What's the first thing I should do?
There are two actually:
- check that you're using correct gdb version ( What version of gdb should I use?)
- check that your project is compiled with debugger symbols (-g flag for gdb compiler is used)