InspectorEvent

Types

Link copied to clipboard
@Serializable
data class Detached(val reason: String) : InspectorEvent

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

Link copied to clipboard
@Serializable
object TargetCrashed : InspectorEvent

Fired when debugging target has crashed

Link copied to clipboard

Fired when debugging target has reloaded after crash