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.
#asyncStackTraceId: Runtime.StackTraceId | undefined
optional
Async stack trace, if any.
#exceptionDetails: Runtime.ExceptionDetails | undefined
optional
Exception details if any.