public static interface BreakpointSynchronizer.BreakpointHelper
BreakpointSynchronizer
.Modifier and Type | Interface and Description |
---|---|
static interface |
BreakpointSynchronizer.BreakpointHelper.CreateCallback |
Modifier and Type | Method and Description |
---|---|
RelayOk |
createBreakpointOnRemote(ChromiumLineBreakpoint uiBreakpoint,
VmResourceRef vmResourceRef,
BreakpointSynchronizer.BreakpointHelper.CreateCallback createCallback,
SyncCallback syncCallback)
Create breakpoint on remote VM (asynchronously) and link it to uiBreakpoint.
|
BreakpointInTargetMap<Breakpoint,ChromiumLineBreakpoint> |
getLineBreakpointMap() |
void |
registerExceptionBreakpoint(java.util.Collection<ChromiumExceptionBreakpoint> breakpoints) |
RelayOk createBreakpointOnRemote(ChromiumLineBreakpoint uiBreakpoint, VmResourceRef vmResourceRef, BreakpointSynchronizer.BreakpointHelper.CreateCallback createCallback, SyncCallback syncCallback) throws CoreException
CoreException
BreakpointInTargetMap<Breakpoint,ChromiumLineBreakpoint> getLineBreakpointMap()
void registerExceptionBreakpoint(java.util.Collection<ChromiumExceptionBreakpoint> breakpoints)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.