Index to all pages on this Wiki related to '''debugging''' and testing. ---- To get a list of all pages in this category, click on the category name at the top of this page. To add a wiki page to this category, place a link to '''[[Category Debugging]]''' at the bottom of that page. ---- '''Start at''' * [Help! My Tcl application just crashed!] * [Resources for learning to debug] '''Debugging utilities''' * Dispatcher to dbg func based on dbg settings: [Debugging Aid For Production Code] * Full grown & blown error/debugging log utility: [Errx] * There's the [RamDebugger] visual debugger. * [atkdebugger] extended debugger extension * [ActiveState] [Tcl Dev Kit] [http://www.activestate.com/tcl_dev_kit] comes with static syntax checker, visual debugger, code inspection, coverage analysis, compilation, wrapping, Windows services and more. * [ActiveState] [Komodo] [http://www.activestate.com/komodo] is an IDE with Tcl debugging integrated. * General: [What debugging tools are available to a Tcl programmer] * Don't overlook [Introspection] tools like [INSPECT app] for helping with debugging * [Insight] * [CrowTDE], Tcl/Tk [IDE] which includes a visual debugger. * [MyTcl] [http://code.google.com/p/mytcl] is an IDE with Tcl debugging integrated. '''Handmade debugging''' * You did know about this one, right?: [errorCode] * You knew about this one too, I hope: [errorInfo] * Discussion of interactive debugging: [What debugging tools are available to a Tcl programmer] * You always wanted to know how we're [Debugging Expect programs] * There are some [Regular Expression Debugging Tips] * Some [Introspection] might help. * At entry, [List the call stack]. * [Tracing with enterstep]. ---- '''See also:''' * [Category Dev. Tools] * [Category Development] * [Category Introspection] * [Category Testing] ---- '''Pages in this category:''' <> <> Category