interface Debugger.PausedEventDataType
Usage
import { type Debugger } from "node:inspector"; type { PausedEventDataType } = Debugger;
optional
asyncCallStackTraceId: Runtime.StackTraceId | undefined
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.