Builder

class Builder(val targetId: TargetID, val waitForDebuggerOnStart: Boolean)

A builder for AutoAttachRelatedRequest, which allows setting the optional parameters of the TargetDomain.autoAttachRelated command via a lambda.

Constructors

Link copied to clipboard
constructor(targetId: TargetID, waitForDebuggerOnStart: Boolean)

Properties

Link copied to clipboard

Only targets matching filter will be attached.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

Whether to pause new targets when attaching to them. Use Runtime.runIfWaitingForDebugger to run paused targets.

Functions

Link copied to clipboard