Uses of Interface
org.eclipse.debug.core.model.IDebugTarget
Packages that use IDebugTarget
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
Provides a set of actions related to running and debugging applications.
-
Uses of IDebugTarget in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return IDebugTargetModifier and TypeMethodDescriptionILaunch.getDebugTarget()
Returns the primary (first) debug target associated with this launch, ornull
if no debug target is associated with this launch.Launch.getDebugTarget()
ILaunch.getDebugTargets()
Returns all the debug targets associated with this launch, or an empty collection if no debug targets are associated with this launch.ILaunchManager.getDebugTargets()
Returns the collection of debug targets currently registered with this launch manager.Launch.getDebugTargets()
Methods in org.eclipse.debug.core that return types with arguments of type IDebugTargetModifier and TypeMethodDescriptionprotected List
<IDebugTarget> Launch.getDebugTargets0()
Returns the debug targets associated with this launch, in its internal form - a listMethods in org.eclipse.debug.core with parameters of type IDebugTargetModifier and TypeMethodDescriptionvoid
ILaunch.addDebugTarget
(IDebugTarget target) Adds the given debug target to this launch.void
Launch.addDebugTarget
(IDebugTarget target) IMemoryBlockManager.getMemoryBlocks
(IDebugTarget debugTarget) Returns all registered memory blocks associated with the given debug target.void
ILaunch.removeDebugTarget
(IDebugTarget target) Removes the given debug target from this launch.void
Launch.removeDebugTarget
(IDebugTarget target) -
Uses of IDebugTarget in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model that return IDebugTargetModifier and TypeMethodDescriptionDebugElement.getDebugTarget()
IDebugElement.getDebugTarget()
Returns the debug target this element is contained in.IExpression.getDebugTarget()
Returns the debug target this expression is associated with, ornull
if this expression is not associated with a debug target.Constructors in org.eclipse.debug.core.model with parameters of type IDebugTargetModifierConstructorDescriptionDebugElement
(IDebugTarget target) Constructs a debug element referring to an artifact in the given debug target. -
Uses of IDebugTarget in org.eclipse.debug.ui.actions
Constructors in org.eclipse.debug.ui.actions with parameters of type IDebugTargetModifierConstructorDescriptionRunToLineHandler
(IDebugTarget target, ISuspendResume suspendResume, IBreakpoint breakpoint) Constructs a handler to perform a run to line operation.