Builder

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

Constructors

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

Functions

Link copied to clipboard

Properties

Link copied to clipboard

Only targets matching filter will be attached.

Link copied to clipboard
Link copied to clipboard

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