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

Unified Diff: pkg/dartino_compiler/lib/src/worker/developer.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 | « pkg/dartino_compiler/lib/cli_debugger.dart ('k') | pkg/dartino_compiler/lib/vm_context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino_compiler/lib/src/worker/developer.dart
diff --git a/pkg/dartino_compiler/lib/src/worker/developer.dart b/pkg/dartino_compiler/lib/src/worker/developer.dart
index 1ab1cb9e5983dfa2a0f80760b9d17ff9d774e83b..b3578f2c74c9a5becaa40de6c4dec3d4797647a7 100644
--- a/pkg/dartino_compiler/lib/src/worker/developer.dart
+++ b/pkg/dartino_compiler/lib/src/worker/developer.dart
@@ -718,6 +718,7 @@ Future<int> run(
break;
case VmCommandCode.ProcessTerminated:
+ await vmContext.terminate();
exitCode = 0;
break;
« no previous file with comments | « pkg/dartino_compiler/lib/cli_debugger.dart ('k') | pkg/dartino_compiler/lib/vm_context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698