pl.wendigo.chrome.api.debugger / SetAsyncCallStackDepthRequest

SetAsyncCallStackDepthRequest

data class SetAsyncCallStackDepthRequest (source)

Represents request frame that can be used with Debugger#setAsyncCallStackDepth operation call.

Enables or disables async call stacks tracking.

Link
Debugger#setAsyncCallStackDepth method documentation.

See Also

DebuggerOperations.setAsyncCallStackDepth

Constructors

<init>

SetAsyncCallStackDepthRequest(maxDepth: Int)

Represents request frame that can be used with Debugger#setAsyncCallStackDepth operation call.

Properties

maxDepth

val maxDepth: Int

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