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 ...
- 09-11-2009 #1Just 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.
- 09-11-2009 #2
tcl and tk are a unix and linux library primarily, so they are widely available, you could also check out kdbg or xgdb
- 09-11-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
Thanks for the info. I'll check out KDbg.


Reply With Quote