Index: src/inspector/js_protocol.json |
diff --git a/src/inspector/js_protocol.json b/src/inspector/js_protocol.json |
index bfcff2a960c9ba9eeca2e36ce649cf2de7d7313f..62545cd80d34f2e6dd9434817f09373437b33e2f 100644 |
--- a/src/inspector/js_protocol.json |
+++ b/src/inspector/js_protocol.json |
@@ -557,7 +557,8 @@ |
{ |
"name": "continueToLocation", |
"parameters": [ |
- { "name": "location", "$ref": "Location", "description": "Location to continue to." } |
+ { "name": "location", "$ref": "Location", "description": "Location to continue to." }, |
+ { "name": "targetCallFrames", "type": "string", "enum": ["any", "current"], "optional": true, "experimental": true } |
], |
"description": "Continues execution until specific location is reached." |
}, |