Description[inspector] Add exception caught/uncaught status to protocol
This adds information about an exception's caught/uncaught status to the
Runtime.paused event in the data parameter:
{
"method": "Debugger.paused",
"params": {
"callFrames": [
[...]
],
"data": {
"description": "666",
"type": "number",
"uncaught": true, <---
"value": 666
},
"hitBreakpoints": [],
"reason": "exception"
}
}
BUG=v8:5530
Committed: https://crrev.com/fab116be0e4e456a6e023488db271ce3ddf1d615
Cr-Commit-Position: refs/heads/master@{#40875}
Patch Set 1 #Patch Set 2 : Use Maybe version of BooleanValue #
Total comments: 2
Dependent Patchsets: Messages
Total messages: 22 (11 generated)
|