Builder

class Builder(val callFrameId: CallFrameId)

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

Constructors

Link copied to clipboard
constructor(callFrameId: CallFrameId)

Properties

Link copied to clipboard

Call frame identifier to evaluate on.

Link copied to clipboard

The mode parameter must be present and set to 'StepInto', otherwise restartFrame will error out.

Functions

Link copied to clipboard