Skip to content

probe-web / @probe-web/client / index / SourceLocation

Interface: SourceLocation

Defined in: debugger.ts:153

A place in the source. Map path to text with a SourceProvider.

Properties

PropertyTypeDescriptionDefined in
pathstringAbsolute path as recorded in DWARF at build time.debugger.ts:155
linenumber | null1-based line, when known.debugger.ts:157
columnnumber | null1-based column, when known.debugger.ts:159