about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-21 15:04:28 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-21 15:04:37 -0700
commit7f542fa01b2ee3d9ba36ecf5d0783c3eae00a2c9 (patch)
tree9c1e724881e4d79eeaf3c1cfdc33efcf6c6c61dc /subx
parentb2fe939a2fdd4fd86e2f90206dc31ed756f29695 (diff)
downloadmu-7f542fa01b2ee3d9ba36ecf5d0783c3eae00a2c9.tar.gz
4573
Diffstat (limited to 'subx')
-rw-r--r--subx/003trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc
index fd3d9cf6..863289dc 100644
--- a/subx/003trace.cc
+++ b/subx/003trace.cc
@@ -183,7 +183,7 @@ string Dump_label = "";  // if set, print trace lines matching a single label to
 :(before "End Reset")
 Hide_errors = false;
 Hide_warnings = false;
-Dump_trace = false;
+Dump_trace = false;  // toggle this to print traces to screen as they are emitted
 Dump_label = "";
 //: Never dump warnings in scenarios
 :(before "End Test Setup")