Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetBreakpointByUrlParameterType

Index

Properties

Optional columnNumber

columnNumber: number

Offset in the line to set breakpoint at.

Optional condition

condition: 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: string

Script hash of the resources to set breakpoint on.

Optional url

url: string

URL of the resources to set breakpoint on.

Optional urlRegex

urlRegex: string

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

Generated using TypeDoc