diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-21 10:44:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-21 10:44:10 -0800 |
commit | 66ab83b942d8f0f6a4c27f171b361e08680f5a34 (patch) | |
tree | f824c47e5c22f0583ef4ff82072487a53f133201 /ChangeLog | |
parent | b7bdc308cd6ce4dd4d3dd68c16eec792652f8c39 (diff) | |
download | txr-66ab83b942d8f0f6a4c27f171b361e08680f5a34.tar.gz txr-66ab83b942d8f0f6a4c27f171b361e08680f5a34.tar.bz2 txr-66ab83b942d8f0f6a4c27f171b361e08680f5a34.zip |
* match.c (v_fun): Removing all debugging instrumentation.
(match_files): Moving debug_check out of directive case so
it covers all forms handled by loop. All this makes the n
command in the debugger work better: not skip over
function calls or horizontal material.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-01-21 Kaz Kylheku <kaz@kylheku.com> + * match.c (v_fun): Removing all debugging instrumentation. + (match_files): Moving debug_check out of directive case so + it covers all forms handled by loop. All this makes the n + command in the debugger work better: not skip over + function calls or horizontal material. + +2012-01-21 Kaz Kylheku <kaz@kylheku.com> + Improved debugging. Debug nesting depth counter maintained and used for next/step/finish stepping. |