summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-21 10:44:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-21 10:44:10 -0800
commit66ab83b942d8f0f6a4c27f171b361e08680f5a34 (patch)
treef824c47e5c22f0583ef4ff82072487a53f133201 /ChangeLog
parentb7bdc308cd6ce4dd4d3dd68c16eec792652f8c39 (diff)
downloadtxr-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d660916b..c2f93173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.