Builder

class Builder(val objectId: RemoteObjectId)

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

Constructors

Link copied to clipboard
constructor(objectId: RemoteObjectId)

Properties

Link copied to clipboard

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

Link copied to clipboard

Function object id.

Functions

Link copied to clipboard