Index: src/inspector/js_protocol.json |
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json |
index 2c410c398d024950ded2d6f0bf5cad04c0467612..9a3c12049920bbefd4138add8c7e084ac18e642c 100644 |
--- a/src/inspector/js_protocol.json |
+++ b/src/inspector/js_protocol.json |
@@ -576,6 +576,11 @@ |
"description": "Stops on the next JavaScript statement." |
}, |
{ |
+ "name": "scheduleStepIntoAsync", |
+ "description": "Steps into next scheduled async task if any is scheduled before next pause.", |
dgozman
2017/03/01 23:03:57
Let's describe when this one returns.
kozy
2017/03/02 00:53:03
Done.
|
+ "experimental": true |
+ }, |
+ { |
"name": "resume", |
"description": "Resumes JavaScript execution." |
}, |