Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index e1244951a4805aabeab5d42d56cf7fb8e3ba254f..5c993deddbf18c5be4f88c67b1d45f07ed1d3150 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -2990,6 +2990,13 @@ |
"description": "Fired when breakpoint is resolved to an actual script and location." |
}, |
{ |
+ "name": "setBreakpointRequested", |
+ "parameters": [ |
+ { "name": "location", "$ref": "Location", "description": "reakpoint location." } |
+ ], |
+ "description": "Fired when backend wants to set breakpoint." |
+ }, |
+ { |
"name": "paused", |
"parameters": [ |
{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call stack the virtual machine stopped on." }, |