'''[http://docs.activestate.com/tdk/5.4/Debugger.html%|%Tcl Dev Kit Debugger]''', a component of [Tcl Dev Kit], is a graphical [dynamic debugger] that provides [Coverage Analysis] and code profiling. ** See Also ** [prodebug]: the [TclPro] analogue [https://github.com/flightaware/TclProDebug%|%Tcl Pro Debugger version 2.0], by [FlightAware]: An upgrade of of the debugger included in the TclPro product version 1.5 released and open-sourced by [Scriptics%|%Scriptics Corporation]. A product of the FlightAware https://github.com/flightaware/Tcl-bounties%|%bounty program%|% ** Documentation ** [http://docs.activestate.com/tdk/5.3/Debugger.html%|%official reference]: ** Description ** ''Quickly find and fix bugs in Tcl scripts'' '''Tcl Dev Kit Debugger''' is a based on [prodebug]. Features include: * breakpoints, * watchpoints, * source code viewing * call stack inspector * variable examination and watching * eval console * step-by-step execution * Evaluate single Tcl commands, or run to the current cursor position in the code. * Display variable values for all accessible stack frames. * Display full stack information and navigation around the stack and source code when the application is stopped. * Set line- and variable-based breakpoints. * Enter code to be evaluated dynamically when the application is stopped. * Interrupt code to determine execution status. * Communicate with remote and embedded applications. * Debug multiple processes simultaneously. and beyond that: * [Hotspot Analysis] * [Static Syntax Analysis]. This task is actually delegated to the integrated enhanced [procheck]. The backend of this debugger also integrates with the [Komodo] IDE. <> Category Application | Category Debugging | Category Commercial | Category Dev. Tools