public class Paused extends Object
| Constructor and Description |
|---|
Paused() |
| Modifier and Type | Method and Description |
|---|---|
StackTraceId |
getAsyncCallStackTraceId()
Just scheduled async call will have this stack trace as parent stack during async execution.
|
StackTrace |
getAsyncStackTrace()
Async stack trace, if any.
|
StackTraceId |
getAsyncStackTraceId()
Async stack trace, if any.
|
List<CallFrame> |
getCallFrames()
Call stack the virtual machine stopped on.
|
Map<String,Object> |
getData()
Object containing break-specific auxiliary properties.
|
List<String> |
getHitBreakpoints()
Hit breakpoints IDs
|
PausedReason |
getReason()
Pause reason.
|
void |
setAsyncCallStackTraceId(StackTraceId asyncCallStackTraceId)
Just scheduled async call will have this stack trace as parent stack during async execution.
|
void |
setAsyncStackTrace(StackTrace asyncStackTrace)
Async stack trace, if any.
|
void |
setAsyncStackTraceId(StackTraceId asyncStackTraceId)
Async stack trace, if any.
|
void |
setCallFrames(List<CallFrame> callFrames)
Call stack the virtual machine stopped on.
|
void |
setData(Map<String,Object> data)
Object containing break-specific auxiliary properties.
|
void |
setHitBreakpoints(List<String> hitBreakpoints)
Hit breakpoints IDs
|
void |
setReason(PausedReason reason)
Pause reason.
|
public void setCallFrames(List<CallFrame> callFrames)
public PausedReason getReason()
public void setReason(PausedReason reason)
public void setData(Map<String,Object> data)
public StackTrace getAsyncStackTrace()
public void setAsyncStackTrace(StackTrace asyncStackTrace)
public StackTraceId getAsyncStackTraceId()
public void setAsyncStackTraceId(StackTraceId asyncStackTraceId)
public StackTraceId getAsyncCallStackTraceId()
public void setAsyncCallStackTraceId(StackTraceId asyncCallStackTraceId)
Copyright © 2020. All rights reserved.