Results 1 to 5 of 5
Hi,
Very often we use gdb, valgrind, asdfaloc to debug c code. Is there any other powerful utility which can be used for debugging c code (memory related issue)?...
- 05-13-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 2
Linux C program debugging
Hi,
Very often we use gdb, valgrind, asdfaloc to debug c code. Is there any other powerful utility which can be used for debugging c code (memory related issue)?
- 05-14-2010 #2Just Joined!
- Join Date
- May 2010
- Posts
- 5
If you have gdb, and valgrind. What more power you want

But you can try kdgb, its nice.
- 05-14-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 2
kdgb
Hi,
I think kdgb is kernel debugger. i am looking for user space debugger.
Regards,
Mano
- 05-14-2010 #4Just Joined!
- Join Date
- May 2010
- Posts
- 5
It has a graphical interface
I have used it, and found it good enough
check kdbg.org
- 05-14-2010 #5
Are you looking for something specific?
The tools that you have listed are basically the most powerful tools out there. gdb in particular is absolutely amazing. For memory leaks, valgrind has never let me down.
What issue are you having that you need another tool?DISTRO=Arch
Registered Linux User #388732


Reply With Quote