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

Usage in Deno

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

Properties

Location to set breakpoint in.
optional
condition: string | undefined
Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.