Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
org.eclipse.wst.jsdt.chromium.wip |
Contains all WIP-specific interfaces.
|
Modifier and Type | Method and Description |
---|---|
RelayOk |
JavascriptVm.enableBreakpoints(java.lang.Boolean enabled,
GenericCallback<java.lang.Boolean> callback,
SyncCallback syncCallback)
Asynchronously enables or disables all breakpoints on remote.
|
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).
|
RelayOk |
JavascriptVm.setBreakOnException(JavascriptVm.ExceptionCatchMode catchMode,
GenericCallback<JavascriptVm.ExceptionCatchMode> callback,
SyncCallback syncCallback)
Controls whether VM stops on exceptions. 3 catch modes are supported.
|
RelayOk |
IgnoreCountBreakpointExtension.setIgnoreCount(Breakpoint breakpoint,
int ignoreCount,
GenericCallback<java.lang.Void> callback,
SyncCallback syncCallback)
Sets the ignore count for this breakpoint (
EMPTY_VALUE to clear). |
Modifier and Type | Method and Description |
---|---|
RelayOk |
PermanentRemoteValueMapping.delete(GenericCallback<java.lang.Void> callback,
SyncCallback syncCallback)
Asynchronously deletes mapping on remote VM.
|
RelayOk |
PermanentRemoteValueMapping.delete(GenericCallback<java.lang.Void> callback,
SyncCallback syncCallback)
Asynchronously deletes mapping on remote VM.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.