"aamir" <[EMAIL PROTECTED]> writes: > I want to debug my program and I am using Valgrind.
While valgrind can be used to debug programs, it is *not* what people usually mean when they say "use debugger to find ..." The debugger you have on your system is 'gdb'. > I was just wondering which is the most commonly used > debugger? The most commonly used debugger on Linux systems is 'gdb'. > Which one is easier to use? Valgrind and gdb serve different purposes; the question of "which is easier to use" has little meaning. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus