Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2069)

Unified Diff: Source/devtools/protocol.json

Issue 14294004: Implementing console command 'debug'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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." },
« Source/core/inspector/InjectedScriptSource.js ('K') | « Source/devtools/front_end/DebuggerModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698