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

Unified Diff: tests/debugger/break_in_anonymous_function_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/break_in_anonymous_function_expected.txt ('k') | tests/debugger/break_in_loop_expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/break_in_anonymous_function_test.dart
diff --git a/tests/debugger/break_in_anonymous_function_test.dart b/tests/debugger/break_in_anonymous_function_test.dart
index 7c6d287a00ee394fa15beebc45ae116136057f76..37efe8320ec2ab589cb7491d9d49bd47d6ff8a51 100644
--- a/tests/debugger/break_in_anonymous_function_test.dart
+++ b/tests/debugger/break_in_anonymous_function_test.dart
@@ -4,7 +4,7 @@
// Test that we can set a breakpoint in the body of an anonymous function.
-// DartinoDebuggerCommands=bf tests/debugger/break_in_anonymous_function_test.dart 12,bf tests/debugger/break_in_anonymous_function_test.dart 17,bf tests/debugger/break_in_anonymous_function_test.dart 19,r,c,c,c
+// DartinoDebuggerCommands=bf tests/debugger/break_in_anonymous_function_test.dart 12,bf tests/debugger/break_in_anonymous_function_test.dart 17,bf tests/debugger/break_in_anonymous_function_test.dart 19,r,c,c,c,q
import 'package:expect/expect.dart';
« no previous file with comments | « tests/debugger/break_in_anonymous_function_expected.txt ('k') | tests/debugger/break_in_loop_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698