Skip to main content
Runtime.StackTraceId - inspector/promises - Node documentation
interface Runtime.StackTraceId
Unstable

Usage in Deno

import { Runtime } from "node:inspector/promises";

If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages.

Properties

id: string
optional
debuggerId: UniqueDebuggerId | undefined