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 * [Tcl Dev Kit] from [ActiveState] comes with static syntax checker, visual debugger, code inspection, coverage analysis, compilation, wrapping, Windows services and more. * General: [What debugging tools are available to a Tcl programmer] * Don't overlook [Introspection] tools like [INSPECT app] for helping with debugging * [Insight] '''Handmade debugging''' * You did know about that one: [errorCode] * You knew about this one either: [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]. ---- '''See also:''' * [Category Dev. Tools] * [Category Development] * [Category Introspection] * [Category Testing] ---- [Category Category]