Debugger.SetBreakpointByUrlParameterType.condition - Node documentation
property Debugger.SetBreakpointByUrlParameterType.condition

Usage in Deno

import { type Debugger } from "node:inspector";

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