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

Unified Diff: tests/debugger/internal_scope_expected.txt

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 | « pkg/dartino_compiler/lib/cli_debugger.dart ('k') | tests/debugger/internal_scope_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/internal_scope_expected.txt
diff --git a/tests/debugger/internal_scope_expected.txt b/tests/debugger/internal_scope_expected.txt
index 359fd846f130d01b14096f8d24772de017b1d651..aa7bbe90229caefdfba31be1aa87117c9b6a73f0 100644
--- a/tests/debugger/internal_scope_expected.txt
+++ b/tests/debugger/internal_scope_expected.txt
@@ -33,4 +33,6 @@ this: Instance of '_Random'
* 0: main @rnd.nextInt(255)
> p
rnd: Instance of '_Random'
+> p rnd
+Instance of '_Random'
> q
« no previous file with comments | « pkg/dartino_compiler/lib/cli_debugger.dart ('k') | tests/debugger/internal_scope_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698