debug Session
suspend fun debugSession(name: String, block: suspend DebugSessionResourceBuilder.() -> Unit): DebugSession
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for DebugSession.
See also
Parameters
name
The unique name of the resulting resource.