EnableResponse

@Serializable
data class EnableResponse(val debuggerId: UniqueDebuggerId? = null)

Response type for the DebuggerDomain.enable command.

Constructors

Link copied to clipboard
constructor(debuggerId: UniqueDebuggerId? = null)

Properties

Link copied to clipboard

Unique identifier of the debugger.