Find the answer to your Linux question:
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)?...
  1. #1
    Just 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)?

  2. #2
    Just 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.

  3. #3
    Just Joined!
    Join Date
    May 2010
    Posts
    2

    kdgb

    Hi,
    I think kdgb is kernel debugger. i am looking for user space debugger.

    Regards,
    Mano

  4. #4
    Just Joined!
    Join Date
    May 2010
    Posts
    5
    It has a graphical interface I have used it, and found it good enough
    check kdbg.org

  5. #5
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...