interface Debugger.SetAsyncCallStackDepthParameterType
Usage in Deno
```typescript import { Debugger } from "node:node__inspector.d.ts"; ```
maxDepth: number
Maximum depth of async call stacks. Setting to
0
will effectively disable collecting async call stacks (default).