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

Unified Diff: runtime/vm/debugger.h

Issue 2777093006: Implement debugger support for async step-out (Closed)
Patch Set: Created 3 years, 9 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/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index 40a9063202c92b82a7827aa90e65b07b8ab9851a..b9a3b4202fae588693b43e1583d48fea943a1e04 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -487,6 +487,7 @@ class Debugger {
Breakpoint* GetBreakpointById(intptr_t id);
void MaybeAsyncStepInto(const Closure& async_op);
+ void AsyncStepInto(const Closure& async_op);
void Continue();

Powered by Google App Engine
This is Rietveld 408576698