Skip to main content
Debugger.BreakLocation - node__inspector--promises.d.ts - Node documentation
interface Debugger.BreakLocation

Usage in Deno

```typescript import { Debugger } from "node:node__inspector--promises.d.ts"; ```

Properties

Script identifier as reported in the Debugger.scriptParsed.
lineNumber: number
Line number in the script (0-based).
optional
columnNumber: number | undefined
Column number in the script (0-based).
optional
type: string | undefined