SetScriptSourceReturn
@Serializable
Constructors
Link copied to clipboard
constructor(callFrames: List<Debugger.CallFrame>?, stackChanged: Boolean?, asyncStackTrace: Runtime.StackTrace?, asyncStackTraceId: Runtime.StackTraceId?, status: String, exceptionDetails: Runtime.ExceptionDetails?)
Properties
Link copied to clipboard
Async stack trace, if any.
Link copied to clipboard
Async stack trace, if any.
Link copied to clipboard
New stack trace in case editing has happened while VM was stopped.
Link copied to clipboard
Exception details if any. Only present when status
is CompileError
.
Link copied to clipboard
Whether current call stack was modified after applying the changes.