Debugger.Location
Location in the source code.
{
"id": "Location",
"type": "object",
"properties": [
{
"name": "scriptId",
"$ref": "ScriptId",
"description": "Script identifier as reported in the Debugger.scriptParsed
."
},
{
"name": "lineNumber",
"type": "integer",
"description": "Line number in the script."
},
{
"name": "columnNumber",
"type": "integer",
"optional": true,
"description": "Column number in the script."
}
],
"description": "Location in the source code."
}