Find the answer to your Linux question:
Results 1 to 3 of 3
Has anybody used a graphical debugger (based on the GNU debugger) on linux? I used the Insight debugger when I was developing code on a Windows box running a CYGWIN ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    4

    Graphical GDB

    Has anybody used a graphical debugger (based on the GNU debugger) on linux?

    I used the Insight debugger when I was developing code on a Windows box running a CYGWIN emulation (unix like shell) but I'm not too sure how common this is in Linux.

    I looked at the Insight site and it says TCL and TK tools are needed to build Insight but I'm not sure how readily available these are?

    Any suggestions.

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    tcl and tk are a unix and linux library primarily, so they are widely available, you could also check out kdbg or xgdb

  3. #3
    Just Joined!
    Join Date
    Sep 2009
    Posts
    4
    Thanks for the info. I'll check out KDbg.

Posting Permissions

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