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
| Property | Type | Description | Defined in |
|---|---|---|---|
path | string | Absolute path as recorded in DWARF at build time. | debugger.ts:155 |
line | number | null | 1-based line, when known. | debugger.ts:157 |
column | number | null | 1-based column, when known. | debugger.ts:159 |