| OLD | NEW |
| 1 { | 1 { |
| 2 "version": { "major": "1", "minor": "1" }, | 2 "version": { "major": "1", "minor": "1" }, |
| 3 "domains": [{ | 3 "domains": [{ |
| 4 "domain": "Inspector", | 4 "domain": "Inspector", |
| 5 "hidden": true, | 5 "hidden": true, |
| 6 "types": [], | 6 "types": [], |
| 7 "commands": [ | 7 "commands": [ |
| 8 { | 8 { |
| 9 "name": "enable", | 9 "name": "enable", |
| 10 "description": "Enables inspector domain notifications." | 10 "description": "Enables inspector domain notifications." |
| (...skipping 3321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3332 "hidden": true, | 3332 "hidden": true, |
| 3333 "description": "Returns call stack including variables changed s
ince VM was paused. VM must be paused." | 3333 "description": "Returns call stack including variables changed s
ince VM was paused. VM must be paused." |
| 3334 }, | 3334 }, |
| 3335 { | 3335 { |
| 3336 "name": "skipStackFrames", | 3336 "name": "skipStackFrames", |
| 3337 "parameters": [ | 3337 "parameters": [ |
| 3338 { "name": "script", "optional": true, "type": "string", "des
cription": "Regular expression defining the scripts to ignore while stepping." } | 3338 { "name": "script", "optional": true, "type": "string", "des
cription": "Regular expression defining the scripts to ignore while stepping." } |
| 3339 ], | 3339 ], |
| 3340 "hidden": true, | 3340 "hidden": true, |
| 3341 "description": "Makes backend skip steps in the sources with nam
es matching given pattern. VM will try leave blacklisted scripts by performing '
step in' several times, finally resorting to 'step out' if unsuccessful." | 3341 "description": "Makes backend skip steps in the sources with nam
es matching given pattern. VM will try leave blacklisted scripts by performing '
step in' several times, finally resorting to 'step out' if unsuccessful." |
| 3342 }, |
| 3343 { |
| 3344 "name": "setAsyncCallStackDepth", |
| 3345 "parameters": [ |
| 3346 { "name": "maxDepth", "type": "integer", "description": "Max
imum depth of async call stacks. Setting to <code>0</code> will effectively disa
ble collecting async call stacks (default)." } |
| 3347 ], |
| 3348 "hidden": true, |
| 3349 "description": "Enables or disables async call stacks tracking." |
| 3342 } | 3350 } |
| 3343 ], | 3351 ], |
| 3344 "events": [ | 3352 "events": [ |
| 3345 { | 3353 { |
| 3346 "name": "globalObjectCleared", | 3354 "name": "globalObjectCleared", |
| 3347 "description": "Called when global has been cleared and debugger
client should reset its state. Happens upon navigation or reload." | 3355 "description": "Called when global has been cleared and debugger
client should reset its state. Happens upon navigation or reload." |
| 3348 }, | 3356 }, |
| 3349 { | 3357 { |
| 3350 "name": "scriptParsed", | 3358 "name": "scriptParsed", |
| 3351 "parameters": [ | 3359 "parameters": [ |
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4135 ], | 4143 ], |
| 4136 "handlers": ["browser", "frontend"] | 4144 "handlers": ["browser", "frontend"] |
| 4137 }, | 4145 }, |
| 4138 { | 4146 { |
| 4139 "name": "tracingComplete", | 4147 "name": "tracingComplete", |
| 4140 "handlers": ["browser", "frontend"] | 4148 "handlers": ["browser", "frontend"] |
| 4141 } | 4149 } |
| 4142 ] | 4150 ] |
| 4143 }] | 4151 }] |
| 4144 } | 4152 } |
| OLD | NEW |