Attached To Target Event
data class AttachedToTargetEvent(sessionId: SessionID, targetInfo: TargetInfo, waitingForDebugger: Boolean) : Event
Content copied to clipboard
Issued when attached to target because of auto-attach or attachToTarget
command.
Constructors
AttachedToTargetEvent
Link copied to clipboard
fun AttachedToTargetEvent(sessionId: SessionID, targetInfo: TargetInfo, waitingForDebugger: Boolean)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard