Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 4cb530c5c4facd2355124144bc8bc2fb7ce6ebe8..141c7d601f6ec1ee56abbb4932ebd302f4563f9e 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" } |
|
yurys
2013/06/05 08:07:36
hidden: true?
SeRya
2013/06/05 11:34:57
Done.
|
| ], |
| "description": "Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria." |
| }, |