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

Unified Diff: tests/debugger/nonempty_column_test.dart

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/nonempty_column_expected.txt ('k') | tests/debugger/parameter_mapping_expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/nonempty_column_test.dart
diff --git a/tests/debugger/nonempty_column_test.dart b/tests/debugger/nonempty_column_test.dart
index 902219ba51f602f2c8c0d78543547cb7d08ca149..63d13cd6fed2997d44a82ece5e6ef20f32a94040 100644
--- a/tests/debugger/nonempty_column_test.dart
+++ b/tests/debugger/nonempty_column_test.dart
@@ -5,7 +5,7 @@
// Test that we get a meaningful breakpoint when breaking on a non-empty
// column that does not point to the first sub-expression of the line.
-// DartinoDebuggerCommands=bf tests/debugger/nonempty_column_test.dart 13 22,r,bt,c
+// DartinoDebuggerCommands=bf tests/debugger/nonempty_column_test.dart 13 22,r,bt,c,q
int foo() {
int x = 2;
« no previous file with comments | « tests/debugger/nonempty_column_expected.txt ('k') | tests/debugger/parameter_mapping_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698