=== What: '''gdb''' Where: http://www.fsf.org/ Description: '''G'''NU '''D'''e'''B'''ugger - interactive debugging utility. Currently at version 6.5 . Updated: 03/2005 Contact: See web site === anyone got there own wish front ends for gdb? i've never really liked ddd or gvd. '''[tjk]''' - Take a look at '''insight''' [http://sourceware.org/insight/]. Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk by people working at Red Hat, Inc. and Cygnus Solutions. [RLH] I am just curious. Are they keeping it up to date? [AMG], 16 Apr 2009: The latest release of Insight (6.8, posted 30 Mar 2008), embeds Tcl/Tk 8.4.1 and [[[incr Tcl]]] 3.2. I imagine it could benefit greatly from a newer version of Tcl. For example, libgui/src/subcommand.c is obsoleted by namespace ensembles, libgui/library/list.tcl contains an implementation of [lassign], and libgui/library/lframe.tcl provides a [labelframe]. ---- [CL] is collecting information related to gdb, and especially its tutorials, on this [http://phaseit.net/claird/comp.programming/gdb_tutorials.html] external page. ---- See also: * [Critcl debugging with gdb] * [Debugging a Tcl extension written in C using gdb] ---- !!!!!! %| [Category Application] | [Category Dev. Tools] |% !!!!!!