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

Unified Diff: tests/debugger/simple_arithmetic_expected.txt

Issue 2029723004: Don't quit debugger when the program terminates, only after `quit`. Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 7 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/print_local_structure_test.dart ('k') | tests/debugger/string_interpolation_expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/simple_arithmetic_expected.txt
diff --git a/tests/debugger/simple_arithmetic_expected.txt b/tests/debugger/simple_arithmetic_expected.txt
index 265d7237261a57f4ef8d5092ba5f35c577946fdf..6a29a197366494b7f535a32d6e631e6715ab191b 100644
--- a/tests/debugger/simple_arithmetic_expected.txt
+++ b/tests/debugger/simple_arithmetic_expected.txt
@@ -28,3 +28,6 @@ add @=> a + b + c;
main @add(1, 2, 3)
> s
### process terminated
+> s
+### process not running, cannot step to next expression
+> q
« no previous file with comments | « tests/debugger/print_local_structure_test.dart ('k') | tests/debugger/string_interpolation_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698