Thread: Debugging

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    27

    Debugging

    Does anyone know of debugging programs like gdb, but more visual. I'd like to keep track of several things at once and I was just wondering if there is a way to do this without having to ask again every time I take another step.

    thanks

  2. #2
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    You might want to investigate how to use
    watch points and other stuft using gdb. There
    is a visual interface to gdb named ddd or maybe
    xgdb.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dev-C++: Problems with Breakpoint Debugging
    By Thileepan_Bala in forum C Programming
    Replies: 1
    Last Post: 01-17-2008, 10:48 AM
  2. Problem in debugging in Eclipse
    By Bargi in forum Linux Programming
    Replies: 1
    Last Post: 08-21-2007, 09:53 AM
  3. Debugging Dev C++
    By tuurb046 in forum Tech Board
    Replies: 10
    Last Post: 08-16-2007, 12:51 PM
  4. Debugging book recommendation
    By dagans in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 09-13-2005, 07:35 PM
  5. debugging directx apps
    By confuted in forum C++ Programming
    Replies: 1
    Last Post: 08-16-2003, 08:56 AM