Debugger.ScriptPosition
Location in the source code.
{
"id": "ScriptPosition",
"experimental": true,
"type": "object",
"properties": [
{
"name": "lineNumber",
"type": "integer"
},
{
"name": "columnNumber",
"type": "integer"
}
],
"description": "Location in the source code."
}