about summary refs log tree commit diff stats
path: root/sandbox/009-sandbox-trace.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-06 23:38:28 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-06 23:38:28 -0700
commite00d4854284a131d68e205cc9b49dfc9d8e99198 (patch)
tree311b4d8146682d96740fdaf236b3d2909d4589d1 /sandbox/009-sandbox-trace.mu
parent491f51d1e00eccdebafeb10f6d0299ae23fefefa (diff)
downloadmu-e00d4854284a131d68e205cc9b49dfc9d8e99198.tar.gz
2260 - start tracing by depth rather than label
Now we can collect all traces, just modulating the depth.
Diffstat (limited to 'sandbox/009-sandbox-trace.mu')
-rw-r--r--sandbox/009-sandbox-trace.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/009-sandbox-trace.mu b/sandbox/009-sandbox-trace.mu
index 8c5b87d8..88b4e877 100644
--- a/sandbox/009-sandbox-trace.mu
+++ b/sandbox/009-sandbox-trace.mu
@@ -1,7 +1,7 @@
 ## clicking on the code typed into a sandbox toggles its trace
 
 scenario sandbox-click-on-code-toggles-app-trace [
-  $close-trace  # trace too long
+  trace-until 100/app  # trace too long
   assume-screen 40/width, 10/height
   # run a stash instruction
   1:address:array:character <- new [stash [abc]]
@@ -69,7 +69,7 @@ scenario sandbox-click-on-code-toggles-app-trace [
 ]
 
 scenario sandbox-shows-app-trace-and-result [
-  $close-trace  # trace too long
+  trace-until 100/app  # trace too long
   assume-screen 40/width, 10/height
   # run a stash instruction and some code
   1:address:array:character <- new [stash [abc]