about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-10 12:47:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-10 12:47:59 -0800
commit163ede5294b70969129ca8441d0ac24c0bad5576 (patch)
tree018f2b5235d510811a6bcaa155bcea27c43a08c5
parentd385a0c859c4f6006fbe5cc3e304e86402fb68b3 (diff)
downloadmu-163ede5294b70969129ca8441d0ac24c0bad5576.tar.gz
523 - debugging aide: dump just one test a time
-rw-r--r--mu.arc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index 786c4e2a..4b269552 100644
--- a/mu.arc
+++ b/mu.arc
@@ -69,6 +69,9 @@
        traces*)
   (car args))
 
+(on-init
+  (wipe dump-trace*))
+
 (redef tr args  ; why am I still returning to prn when debugging? Will this help?
   (do1 nil
        (apply trace "-" args)))