Skip to main content
Debugger.SetAsyncCallStackDepthParameterType.maxDepth - inspector/promises - Node documentation
property Debugger.SetAsyncCallStackDepthParameterType.maxDepth

Usage in Deno

import { type Debugger } from "node:inspector/promises";

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

Type

number