about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-11 18:12:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-11 18:12:57 -0800
commit8aa4b664331fff5d71f74cf6de77247f785135a2 (patch)
tree81f743df8e9ec6f1fb3ef60c18b8cc1457e89d47 /020run.cc
parent712b442fab487fcb8064f4744ff974c024109380 (diff)
downloadmu-8aa4b664331fff5d71f74cf6de77247f785135a2.tar.gz
2649
More tweaks to the trace after all my debugging.
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 90147e67..6481adb0 100644
--- a/020run.cc
+++ b/020run.cc
@@ -138,6 +138,8 @@ inline bool routine::completed() const {
 //? START_TRACING_UNTIL_END_OF_SCOPE;
 load_permanently("core.mu");
 transform_all();
+//? DUMP("");
+//? exit(0);
 
 //: Step 2: load any .mu files provided at the commandline
 :(before "End Commandline Parsing")