Skip to main content
Debugger.PausedEventDataType.asyncStackTrace - inspector - Node documentation
property Debugger.PausedEventDataType.asyncStackTrace

Usage in Deno

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

Async stack trace, if any.

Type

Runtime.StackTrace | undefined