property Debugger.SetBreakpointParameterType.condition Usage in Deno```typescript import { type Debugger } from "node:node__inspector.d.ts"; ``` Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. Type string | undefined