Index: src/inspector/js_protocol.json |
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json |
index 8b08b0bda49b15093bee5a7896d15cc6205da653..6fbf94adac92b702e08570010a21e002b1df6bfa 100644 |
--- a/src/inspector/js_protocol.json |
+++ b/src/inspector/js_protocol.json |
@@ -558,6 +558,10 @@ |
"description": "Steps into the function call." |
}, |
{ |
+ "name": "stepIntoAsync", |
+ "description": "Steps into the scheduled callback." |
+ }, |
+ { |
"name": "stepOut", |
"description": "Steps out of the function call." |
}, |