Debugger.breakpointResolved
Fired when breakpoint is resolved to an actual script and location.
{
"name": "breakpointResolved",
"parameters": [
{
"name": "breakpointId",
"$ref": "BreakpointId",
"description": "Breakpoint unique identifier."
},
{
"name": "location",
"$ref": "Location",
"description": "Actual breakpoint location."
}
],
"description": "Fired when breakpoint is resolved to an actual script and location."
}