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

Unified Diff: runtime/observatory/lib/src/elements/debugger.dart

Issue 1699153002: Add step OverAwait to service protocol (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
Index: runtime/observatory/lib/src/elements/debugger.dart
diff --git a/runtime/observatory/lib/src/elements/debugger.dart b/runtime/observatory/lib/src/elements/debugger.dart
index 3692d6a50c1c3cd1c85729be4d61f154c3ec3bac..e7477104ff7848ab2afe48aefed55ec906f8eb07 100644
--- a/runtime/observatory/lib/src/elements/debugger.dart
+++ b/runtime/observatory/lib/src/elements/debugger.dart
@@ -1827,7 +1827,7 @@ class ObservatoryDebugger extends Debugger {
console.print("No async continuation at this location");
} else {
List<Future> asyncStepFutures = await isolate.asyncStepOver();
- return asyncStepFutures[Isolate.kFirstResume];
+ return asyncStepFutures[Isolate.kUIFuture];
}
} else {
console.print('The program is already running');
« no previous file with comments | « no previous file | runtime/observatory/lib/src/service/object.dart » ('j') | runtime/observatory/lib/src/service/object.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698