DebugSession

Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if session debugging is enabled for this build.

Link copied to clipboard

Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.

Functions

Link copied to clipboard
inline fun copy(block: DebugSession.Builder.() -> Unit = {}): DebugSession
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String