SetBreakpointByUrlParameterType

sealed external interface SetBreakpointByUrlParameterType(source)

Properties

Link copied to clipboard
abstract var columnNumber: Double?

Offset in the line to set breakpoint at.

Link copied to clipboard
abstract var condition: String?

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

Link copied to clipboard
abstract var lineNumber: Double

Line number to set breakpoint at.

Link copied to clipboard
abstract var scriptHash: String?

Script hash of the resources to set breakpoint on.

Link copied to clipboard
abstract var url: String?

URL of the resources to set breakpoint on.

Link copied to clipboard
abstract var urlRegex: String?

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