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