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

Usage in Deno

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

Properties

maxDepth: number

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