interface Debugger.SetBreakpointParameterType Usage in Denoimport { Debugger } from "node:inspector/promises"; Properties location: Location 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.