Skip to main content
Debugger.PausedEventDataType.asyncCallStackTraceId - inspector/promises - Node documentation
property Debugger.PausedEventDataType.asyncCallStackTraceId
Unstable

Usage in Deno

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

Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag.

Type