interface Debugger.BreakLocation
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).
optional
Jump to headingtype: string | undefined