From e00d4854284a131d68e205cc9b49dfc9d8e99198 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 6 Oct 2015 23:38:28 -0700 Subject: 2260 - start tracing by depth rather than label Now we can collect all traces, just modulating the depth. --- sandbox/009-sandbox-trace.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sandbox/009-sandbox-trace.mu') 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] -- cgit 1.4.1-2-gfad0