SetAsyncCallStackDepthRequest

@Serializable
data class SetAsyncCallStackDepthRequest(val maxDepth: Int)

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

Constructors

Link copied to clipboard
constructor(maxDepth: Int)

Properties

Link copied to clipboard

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