| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.events.debugger | |
| com.qeagle.devtools.protocol.types.debugger |
| Modifier and Type | Method and Description |
|---|---|
List<CallFrame> |
Paused.getCallFrames()
Call stack the virtual machine stopped on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Paused.setCallFrames(List<CallFrame> callFrames)
Call stack the virtual machine stopped on.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallFrame> |
RestartFrame.getCallFrames()
New stack trace.
|
List<CallFrame> |
SetScriptSource.getCallFrames()
New stack trace in case editing has happened while VM was stopped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestartFrame.setCallFrames(List<CallFrame> callFrames)
New stack trace.
|
void |
SetScriptSource.setCallFrames(List<CallFrame> callFrames)
New stack trace in case editing has happened while VM was stopped.
|
Copyright © 2020. All rights reserved.