|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDebugTarget | |
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. |
Uses of IDebugTarget in org.eclipse.debug.core |
Methods in org.eclipse.debug.core that return IDebugTarget | |
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[] |
ILaunch.getDebugTargets()
Returns all the debug targets associated with this launch, or an empty collection if no debug targets are associated with this launch. |
IDebugTarget |
Launch.getDebugTarget()
|
IDebugTarget[] |
Launch.getDebugTargets()
|
IDebugTarget[] |
ILaunchManager.getDebugTargets()
Returns the collection of debug targets currently registered with this launch manager. |
Methods in org.eclipse.debug.core with parameters of type IDebugTarget | |
void |
ILaunch.addDebugTarget(IDebugTarget target)
Adds the given debug target to this launch. |
void |
ILaunch.removeDebugTarget(IDebugTarget target)
Removes the given debug target from this launch. |
void |
Launch.addDebugTarget(IDebugTarget target)
|
void |
Launch.removeDebugTarget(IDebugTarget target)
|
Uses of IDebugTarget in org.eclipse.debug.core.model |
Methods in org.eclipse.debug.core.model that return IDebugTarget | |
IDebugTarget |
IExpression.getDebugTarget()
Returns the debug target this expression is associated with, or null if this expression is not
associated with a debug target. |
IDebugTarget |
IDebugElement.getDebugTarget()
Returns the debug target this element is contained in. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.