about summary refs log tree commit diff stats
path: root/003trace.cc
diff options
context:
space:
mode:
Diffstat (limited to '003trace.cc')
-rw-r--r--003trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/003trace.cc b/003trace.cc
index be5f71a9..ec1c876a 100644
--- a/003trace.cc
+++ b/003trace.cc
@@ -180,7 +180,7 @@ bool Dump_trace = false;  // if set, print trace lines to screen
 string Dump_label = "";  // if set, print trace lines matching a single label to screen
 :(before "End Reset")
 Hide_errors = false;
-Dump_trace = false;
+Dump_trace = false;  // toggle this to print traces to screen as they are emitted
 Dump_label = "";
 
 :(before "End Includes")