data class DetachedEvent : InspectorEvent
Fired when remote debugging connection is about to be terminated. Contains detach reason.
<init> |
Fired when remote debugging connection is about to be terminated. Contains detach reason. DetachedEvent(reason: String) |
reason |
The reason why connection has been terminated. val reason: String |