Version 12 of debugging

Updated 2012-12-15 15:07:52 by pooryorick

Debugging is the process of moving from the identification of some departure from the expected or hoped for behavior towards, hopefully, the identification of the cause, or at least, a change in the process so that behavior is more acceptable.

Tools

gdb
Tkinspect
INSPECT app
valgrind
Electric Fence

See Also

what debugging tools are available to a Tcl programmer
How to debug memory faults in Tcl and extensions
Leak Hunt (C level)
Help! My Tcl application just crashed!
C compiled image processing on an interactive Bwise canvas
Debugging a Tcl extension written in C using gdb
Critcl debugging with gdb