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