property Debugger.PausedEventDataType.asyncCallStackTraceId
Unstable
Usage in Deno
```typescript import { type Debugger } from "node:node__inspector--promises.d.ts"; ```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.Runtime.StackTraceId | undefined