interface Debugger.Location
Location in the source code.
Properties Jump to heading
Script identifier as reported in the Debugger.scriptParsed.
Jump to headinglineNumber: numberLine number in the script (0-based).
optional
Jump to headingcolumnNumber: number | undefinedColumn number in the script (0-based).