Bun

interface

inspector.Debugger.BreakLocation

interface BreakLocation

  • columnNumber?: number

    Column number in the script (0-based).

  • lineNumber: number

    Line number in the script (0-based).

  • scriptId: string

    Script identifier as reported in the <code>Debugger.scriptParsed</code>.

  • type?: string