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