aboutsummaryrefslogtreecommitdiff
path: root/jimdb
AgeCommit message (Collapse)AuthorFilesLines
2023-06-21jimdb: update for new stackframe supportSteve Bennett1-6/+6
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2023-02-13Tcl-compatible 'info frame'Steve Bennett1-1/+3
Returns a dictionary with file, line, cmd, (possibly) proc and level. And support 'info frame 0' for the current command. Note that now all evaluation frames are captured, not just call frames. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2021-01-09jimdb: A command line Jim debugger using xtraceSteve Bennett1-0/+466
Also add some additional tools that use xtrace. examples/jcov - code coverage examples/jtime - code coverage that measures execution time examples/jtrace - trace script execution Signed-off-by: Steve Bennett <steveb@workware.net.au>