deno.com

interface Debugger.SetBreakpointParameterType

Properties #

Location to set breakpoint in.

#condition: string | undefined
optional

Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.