data class SetAsyncCallStackDepthRequest
Request object containing input parameters for the DebuggerDomain.setAsyncCallStackDepth command.
<init> |
Request object containing input parameters for the DebuggerDomain.setAsyncCallStackDepth command. SetAsyncCallStackDepthRequest(maxDepth: Int) |
maxDepth |
Maximum depth of async call stacks. Setting to val maxDepth: Int |