| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 4cb530c5c4facd2355124144bc8bc2fb7ce6ebe8..9899f5701b4b56987cda787e5a450016c64a7ab8 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -3049,7 +3049,8 @@
|
| "parameters": [
|
| { "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call stack the virtual machine stopped on." },
|
| { "name": "reason", "type": "string", "enum": [ "XHR", "DOM", "EventListener", "exception", "assert", "CSPViolation", "other" ], "description": "Pause reason." },
|
| - { "name": "data", "type": "object", "optional": true, "description": "Object containing break-specific auxiliary properties." }
|
| + { "name": "data", "type": "object", "optional": true, "description": "Object containing break-specific auxiliary properties." },
|
| + { "name": "hitBreakpoints", "type": "array", "items": { "type": "string" }, "description": "Hit breakpoints IDs", "hidden": true }
|
| ],
|
| "description": "Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria."
|
| },
|
|
|