DetachedParameter

@Serializable
data class DetachedParameter(val reason: String)

Fired when remote debugging connection is about to be terminated. Contains detach reason.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard

The reason why connection has been terminated.