Debugger.scriptFailedToParse
Fired when virtual machine fails to parse the script.
{
"name": "scriptFailedToParse",
"parameters": [
{
"name": "url",
"type": "string",
"description": "URL of the script that failed to parse."
},
{
"name": "scriptSource",
"type": "string",
"description": "Source text of the script that failed to parse."
},
{
"name": "startLine",
"type": "integer",
"description": "Line offset of the script within the resource."
},
{
"name": "errorLine",
"type": "integer",
"description": "Line with error."
},
{
"name": "errorMessage",
"type": "string",
"description": "Parse error message."
}
],
"description": "Fired when virtual machine fails to parse the script."
}