Skip to content

Instantly share code, notes, and snippets.

@kypflug
Last active May 11, 2018 17:10
Show Gist options
  • Save kypflug/24668bf10759b579c62022582fcc5937 to your computer and use it in GitHub Desktop.
Save kypflug/24668bf10759b579c62022582fcc5937 to your computer and use it in GitHub Desktop.
An example of the JSON-RPC payload for setting a breakpoint in a script file.
{
"id":209,
"method":"Debugger.setBreakpointByURL",
"params": {
"lineNumber": 15,
"url": "https://www.foo.com/content.js",
"columnNumber": 30,
"condition": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment