Skip to main content
Debugger.SetScriptSourceReturnType - Node documentation
interface Debugger.SetScriptSourceReturnType

Usage in Deno

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

Properties

optional
callFrames: CallFrame[] | undefined

New stack trace in case editing has happened while VM was stopped.

optional
stackChanged: boolean | undefined

Whether current call stack was modified after applying the changes.

optional
asyncStackTrace: Runtime.StackTrace | undefined

Async stack trace, if any.

Async stack trace, if any.

Exception details if any.