Version 6 of debugging

Updated 2006-05-08 17:45:08

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.

The following is a description of just one of many Tcl programs useful when debugging code. See what debugging tools are available to a Tcl programmer for more examples.


INSPECT Debugging Application from Hume Integration Software

We have developed a completely new application:

  • Includes the latest Tcl advances, like namespaces, child interpreters, channels, packages, and command aliases.
  • User interface is designed for extensible and clarity.
  • Stand-alone app
  • Available for major operating systems

You can download the complete and full application and try it free. Read more about it to see if it fits your needs. http://www.hume.com/inspect?wiki .


RJ notes that this application duplicates the functionality of Tkinspect - written by Sam Shen and maintained at SourceForge as part of tkcon and has also been integrated into TixApps. It's also available standalone at SDArchives site as a starkit.


Category Application Category Debugging Category Dev. Tools