Debugger.SetAsyncCallStackDepthParameterType - Node documentation
interface Debugger.SetAsyncCallStackDepthParameterType

Usage in Deno

import { type Debugger } from "node:inspector";
type { SetAsyncCallStackDepthParameterType } = Debugger;

Properties

maxDepth: number

Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default).