Builder

class Builder(val location: Location)

A builder for SetBreakpointRequest, which allows setting the optional parameters of the DebuggerDomain.setBreakpoint command via a lambda.

Constructors

Link copied to clipboard
constructor(location: Location)

Properties

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

Location to set breakpoint in.

Functions

Link copied to clipboard