Modifier and Type | Method and Description |
---|---|
BreakpointSynchronizer.Direction |
LaunchParams.BreakpointOption.getDirection() |
static BreakpointSynchronizer.Direction |
LaunchParams.readBreakpointSyncDirection(ILaunchConfiguration launchConfiguration) |
static BreakpointSynchronizer.Direction |
BreakpointSynchronizer.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreakpointSynchronizer.Direction[] |
BreakpointSynchronizer.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BreakpointSynchronizer.syncBreakpoints(BreakpointSynchronizer.Direction direction,
BreakpointSynchronizer.Callback callback)
The main entry method of the class.
|
void |
WorkspaceBridge.synchronizeBreakpoints(BreakpointSynchronizer.Direction direction,
BreakpointSynchronizer.Callback callback)
Performs breakpoint synchronization between remote VM and Eclipse IDE.
|
void |
VProjectWorkspaceBridge.synchronizeBreakpoints(BreakpointSynchronizer.Direction direction,
BreakpointSynchronizer.Callback callback) |
void |
ConnectedTargetData.synchronizeBreakpoints(BreakpointSynchronizer.Direction direction,
BreakpointSynchronizer.Callback callback) |
Constructor and Description |
---|
DebugTargetImpl(ILaunch launch,
WorkspaceBridge.Factory workspaceBridgeFactory,
SourceWrapSupport sourceWrapSupport,
BreakpointSynchronizer.Direction presetSyncDirection) |
Constructor and Description |
---|
SynchronizeBreakpoints(BreakpointSynchronizer.Direction direction) |
Modifier and Type | Method and Description |
---|---|
protected BreakpointSynchronizer.Direction |
WipLaunchType.getPresetSyncDirection() |
protected BreakpointSynchronizer.Direction |
StandaloneV8LaunchType.getPresetSyncDirection() |
protected abstract BreakpointSynchronizer.Direction |
LaunchTypeBase.getPresetSyncDirection() |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.