Builder

class Builder(val lineNumber: Int)(source)

Constructors

Link copied to clipboard
constructor(lineNumber: Int)

Properties

Link copied to clipboard

Offset in the line to set breakpoint at.

Link copied to clipboard

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

Line number to set breakpoint at.

Link copied to clipboard

Script hash of the resources to set breakpoint on.

Link copied to clipboard
var url: String?

URL of the resources to set breakpoint on.

Link copied to clipboard

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

Functions

Link copied to clipboard