Offset in the line to set breakpoint at.
interface
inspector.Debugger.SetBreakpointByUrlParameterType
interface SetBreakpointByUrlParameterType
- condition?: string
Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
- urlRegex?: string
Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.