deno.com

interface Debugger.SetScriptSourceReturnType

Properties #

#callFrames: CallFrame[] | undefined
optional

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

#stackChanged: boolean | undefined
optional

Whether current call stack was modified after applying the changes.

#asyncStackTrace: Runtime.StackTrace | undefined
optional

Async stack trace, if any.

Async stack trace, if any.

Exception details if any.