Purpose: To provide an index to all debugging related pages on this Wiki. To see an index of all pages in this category on this Wiki, click on the above title. To add a wiki page to this category, place a link to [Category Debugging] on that page. Usually we do '''not''' add the pages to this page. By convention, category links are put at the bottom of the page, as shown. ---- '''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. '''See also:''' * [Category Dev. Tools] * [Category Development] ---- [Category Category]