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