Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
org.eclipse.wst.jsdt.chromium.debug.core.model |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends CallFrame> |
DebugContext.getCallFrames() |
Modifier and Type | Method and Description |
---|---|
boolean |
RestartFrameExtension.canRestartFrame(CallFrame callFrame) |
RelayOk |
RestartFrameExtension.restartFrame(CallFrame callFrame,
GenericCallback<java.lang.Boolean> callback,
SyncCallback syncCallback)
Restarts a frame (all frames above are dropped from the stack, this frame is started over).
|
Modifier and Type | Method and Description |
---|---|
CallFrame |
StackFrame.getCallFrame() |
Constructor and Description |
---|
StackFrame(JavascriptThread.SuspendedState threadState,
CallFrame stackFrame)
Constructs a stack frame for the given handler using the FrameMirror data
from the remote V8 VM.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.