Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1585)

Unified Diff: tests/debugger/internal_scope_test.dart

Issue 2122743004: Use the actual frame for printing single values from the cli debugger. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/debugger/internal_scope_expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/internal_scope_test.dart
diff --git a/tests/debugger/internal_scope_test.dart b/tests/debugger/internal_scope_test.dart
index 7971a2169abac3ad73795fc67c58852df4313595..f6bf247476e8f2f0999a1a974991cd727de4c467 100644
--- a/tests/debugger/internal_scope_test.dart
+++ b/tests/debugger/internal_scope_test.dart
@@ -11,7 +11,7 @@
// Disable view of internal frames.
// DartinoDebuggerCommands=toggle internal
// Now we should get the stack view of the top current non-internal frame(main).
-// DartinoDebuggerCommands=bt,p
+// DartinoDebuggerCommands=bt,p,p rnd
// DartinoDebuggerCommands=q
import 'dart:math';
« no previous file with comments | « tests/debugger/internal_scope_expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698