AttachedToTarget

@Serializable
data class AttachedToTarget(val sessionId: SessionID, val targetInfo: TargetInfo, val waitingForDebugger: Boolean) : TargetEvent

Issued when attached to target because of auto-attach or attachToTarget command.

Official doc

Constructors

Link copied to clipboard
constructor(sessionId: SessionID, targetInfo: TargetInfo, waitingForDebugger: Boolean)

Properties

Link copied to clipboard

Identifier assigned to the session used to send/receive messages.

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)