Set Auto Attach Request
data class SetAutoAttachRequest(autoAttach: Boolean, waitForDebuggerOnStart: Boolean, flatten: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Target#setAutoAttach operation call.
Controls whether to automatically attach to new targets which are considered to be related to this one. When turned on, attaches to all existing related targets as well. When turned off, automatically detaches from all currently attached targets.
See also
Constructors
SetAutoAttachRequest
Link copied to clipboard
fun SetAutoAttachRequest(autoAttach: Boolean, waitForDebuggerOnStart: Boolean, flatten: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard