public class Paused extends Object
Constructor and Description |
---|
Paused() |
Modifier and Type | Method and Description |
---|---|
StackTrace |
getAsyncStackTrace()
Async stack trace, if any.
|
List<CallFrame> |
getCallFrames()
Call stack the virtual machine stopped on.
|
Object |
getData()
Object containing break-specific auxiliary properties.
|
List<String> |
getHitBreakpoints()
Hit breakpoints IDs
|
PauseReason |
getReason()
Pause reason.
|
void |
setAsyncStackTrace(StackTrace asyncStackTrace)
Async stack trace, if any.
|
void |
setCallFrames(List<CallFrame> callFrames)
Call stack the virtual machine stopped on.
|
void |
setData(Object data)
Object containing break-specific auxiliary properties.
|
void |
setHitBreakpoints(List<String> hitBreakpoints)
Hit breakpoints IDs
|
void |
setReason(PauseReason reason)
Pause reason.
|
public void setCallFrames(List<CallFrame> callFrames)
public PauseReason getReason()
public void setReason(PauseReason reason)
public Object getData()
public void setData(Object data)
public StackTrace getAsyncStackTrace()
public void setAsyncStackTrace(StackTrace asyncStackTrace)
Copyright © 2017 WebFolder OÜ. All rights reserved.