debugSession

suspend fun debugSession(name: String, block: suspend DebugSessionResourceBuilder.() -> Unit): DebugSession

Parameters

name

The unique name of the resulting resource.

block

Builder for DebugSession.

See also


Parameters

name

The unique name of the resulting resource.

See also