interface Debugger.SetScriptSourceReturnType
Usage in Deno
import { type Debugger } from "node:inspector"; type { SetScriptSourceReturnType } = Debugger;
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.
optional
asyncStackTraceId: Runtime.StackTraceId | undefined
Async stack trace, if any.
optional
exceptionDetails: Runtime.ExceptionDetails | undefined
Exception details if any.