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(); |