chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / SetAsyncCallStackDepthRequest

SetAsyncCallStackDepthRequest

data class SetAsyncCallStackDepthRequest

Request object containing input parameters for the RuntimeDomain.setAsyncCallStackDepth command.

Constructors

<init>

Request object containing input parameters for the RuntimeDomain.setAsyncCallStackDepth command.

SetAsyncCallStackDepthRequest(maxDepth: Int)

Properties

maxDepth

Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default).

val maxDepth: Int