| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 5ddb7632af04918f3df9446fa7fc452ba6577a5f..700265f7268e2982f18ae07fb33ae97bd051f580 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -3052,7 +3052,7 @@
|
| "name": "paused",
|
| "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": "reason", "type": "string", "enum": [ "XHR", "DOM", "EventListener", "exception", "assert", "CSPViolation", "debug", "other" ], "description": "Pause reason." },
|
| { "name": "data", "type": "object", "optional": true, "description": "Object containing break-specific auxiliary properties." },
|
| { "name": "hitBreakpoints", "type": "array", "optional": true, "items": { "type": "string" }, "description": "Hit breakpoints IDs", "hidden": true }
|
| ],
|
|
|