Package | Description |
---|---|
org.eclipse.debug.core |
Provides support for launching programs, breakpoint management, expression management,
and debug events.
|
org.eclipse.debug.core.model |
Defines interfaces for debug model elements, source lookup, and launching.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
Modifier and Type | Method and Description |
---|---|
IDebugTarget |
Launch.getDebugTarget() |
IDebugTarget |
ILaunch.getDebugTarget()
Returns the primary (first) debug target associated with this launch, or
null
if no debug target is associated with this launch. |
IDebugTarget[] |
Launch.getDebugTargets() |
IDebugTarget[] |
ILaunchManager.getDebugTargets()
Returns the collection of debug targets currently registered with this
launch manager.
|
IDebugTarget[] |
ILaunch.getDebugTargets()
Returns all the debug targets associated with this launch,
or an empty collection if no debug targets are associated
with this launch.
|
Modifier and Type | Method and Description |
---|---|
protected List<IDebugTarget> |
Launch.getDebugTargets0()
Returns the debug targets associated with this
launch, in its internal form - a list
|
Modifier and Type | Method and Description |
---|---|
void |
Launch.addDebugTarget(IDebugTarget target) |
void |
ILaunch.addDebugTarget(IDebugTarget target)
Adds the given debug target to this launch.
|
IMemoryBlock[] |
IMemoryBlockManager.getMemoryBlocks(IDebugTarget debugTarget)
Returns all registered memory blocks associated with the
given debug target.
|
void |
Launch.removeDebugTarget(IDebugTarget target) |
void |
ILaunch.removeDebugTarget(IDebugTarget target)
Removes the given debug target from this launch.
|
Modifier and Type | Method and Description |
---|---|
IDebugTarget |
IDebugElement.getDebugTarget()
Returns the debug target this element is contained in.
|
IDebugTarget |
DebugElement.getDebugTarget() |
IDebugTarget |
IExpression.getDebugTarget()
Returns the debug target this expression is associated
with, or
null if this expression is not
associated with a debug target. |
Constructor and Description |
---|
DebugElement(IDebugTarget target)
Constructs a debug element referring to an artifact in the given
debug target.
|
Constructor and Description |
---|
RunToLineHandler(IDebugTarget target,
ISuspendResume suspendResume,
IBreakpoint breakpoint)
Constructs a handler to perform a run to line operation.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.