interface Debugger.RestartFrameReturnType
Usage in Deno
import { type Debugger } from "node:inspector"; type { RestartFrameReturnType } = Debugger;
New stack trace.
optional
asyncStackTrace: Runtime.StackTrace | undefined
Async stack trace, if any.
optional
asyncStackTraceId: Runtime.StackTraceId | undefined
Async stack trace, if any.