setAsyncCallStackDepth
suspend fun setAsyncCallStackDepth(args: Debugger.SetAsyncCallStackDepthParameter, mode: CommandMode = CommandMode.DEFAULT)
Enables or disables async call stacks tracking.
Enables or disables async call stacks tracking.
Parameters
maxDepth
Maximum depth of async call stacks. Setting to 0
will effectively disable collecting async call stacks (default).