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.Collection<? extends Breakpoint> |
DebugContext.getBreakpointsHit() |
Modifier and Type | Method and Description |
---|---|
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). |
void |
JavascriptVm.BreakpointCallback.success(Breakpoint breakpoint) |
Modifier and Type | Method and Description |
---|---|
void |
JavascriptVm.ListBreakpointsCallback.success(java.util.Collection<? extends Breakpoint> breakpoints) |
Modifier and Type | Method and Description |
---|---|
Breakpoint |
WorkspaceBridge.BreakpointHandler.getSdkBreakpoint(ChromiumLineBreakpoint uiBreakpoint) |
Modifier and Type | Method and Description |
---|---|
BreakpointInTargetMap<Breakpoint,ChromiumLineBreakpoint> |
BreakpointSynchronizer.BreakpointHelper.getLineBreakpointMap() |
Modifier and Type | Method and Description |
---|---|
static ChromiumLineBreakpoint |
ChromiumLineBreakpoint.Helper.createLocal(Breakpoint sdkBreakpoint,
IBreakpointManager breakpointManager,
IFile resource,
int script_line_offset,
java.lang.String debugModelId) |
void |
ChromiumLineBreakpoint.Helper.CreateOnRemoveCallback.success(Breakpoint breakpoint) |
static void |
ChromiumLineBreakpoint.Helper.updateOnRemote(Breakpoint sdkBreakpoint,
ChromiumLineBreakpoint uiBreakpoint,
java.util.Set<ChromiumLineBreakpoint.MutableProperty> propertyDelta) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IBreakpoint> |
WorkspaceBridge.BreakpointHandler.breakpointsHit(java.util.Collection<? extends Breakpoint> breakpointsHit)
Returns Eclipse counterpart objects for breakpoints and resets their ignore count.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.