Bun

interface

inspector.Debugger.Location

interface Location

Location in the source code.

  • 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>.