I need a C/C++ debugger that works.
I need a debugger to debug C/C++ compiled code. The executable is compile with the g++ -g directive. I have been trying in vain to succeed in making a debugger work although there are many. In particular I need to watch variable values.
Any ideas, or the only two ways in the open source community are to either use gdb and to use cout calls to display variable values?
|