public class SetScriptSource extends Object
| Constructor and Description |
|---|
SetScriptSource() |
| Modifier and Type | Method and Description |
|---|---|
StackTrace |
getAsyncStackTrace()
Async stack trace, if any.
|
StackTraceId |
getAsyncStackTraceId()
Async stack trace, if any.
|
List<CallFrame> |
getCallFrames()
New stack trace in case editing has happened while VM was stopped.
|
ExceptionDetails |
getExceptionDetails()
Exception details if any.
|
Boolean |
getStackChanged()
Whether current call stack was modified after applying the changes.
|
void |
setAsyncStackTrace(StackTrace asyncStackTrace)
Async stack trace, if any.
|
void |
setAsyncStackTraceId(StackTraceId asyncStackTraceId)
Async stack trace, if any.
|
void |
setCallFrames(List<CallFrame> callFrames)
New stack trace in case editing has happened while VM was stopped.
|
void |
setExceptionDetails(ExceptionDetails exceptionDetails)
Exception details if any.
|
void |
setStackChanged(Boolean stackChanged)
Whether current call stack was modified after applying the changes.
|
public List<CallFrame> getCallFrames()
public void setCallFrames(List<CallFrame> callFrames)
public Boolean getStackChanged()
public void setStackChanged(Boolean stackChanged)
public StackTrace getAsyncStackTrace()
public void setAsyncStackTrace(StackTrace asyncStackTrace)
public StackTraceId getAsyncStackTraceId()
public void setAsyncStackTraceId(StackTraceId asyncStackTraceId)
public ExceptionDetails getExceptionDetails()
public void setExceptionDetails(ExceptionDetails exceptionDetails)
Copyright © 2020. All rights reserved.