Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetBreakpointByUrlParameterType

Index

Properties

Optional columnNumber

columnNumber: undefined | number

Offset in the line to set breakpoint at.

Optional condition

condition: undefined | string

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

lineNumber

lineNumber: number

Line number to set breakpoint at.

Optional scriptHash

scriptHash: undefined | string

Script hash of the resources to set breakpoint on.

Optional url

url: undefined | string

URL of the resources to set breakpoint on.

Optional urlRegex

urlRegex: undefined | string

Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified.

Generated using TypeDoc