help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any good debugger!!!???


From: Paul Pluzhnikov
Subject: Re: Any good debugger!!!???
Date: Tue, 06 Jun 2006 16:59:43 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"aamir" <aamircheema@gmail.com> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]