Uses of Interface
org.eclipse.debug.core.ILaunchDelegate
Packages that use ILaunchDelegate
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of ILaunchDelegate in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ILaunchDelegateModifier and TypeMethodDescriptionILaunchConfigurationType.getDelegates
(Set<String> modes) Returns the delegates capable of launching in the specified modes, possibly an empty set.ILaunchConfiguration.getPreferredDelegate
(Set<String> modes) Returns the preferred launch delegate that has been set on this configuration ornull
if one is not specified.ILaunchConfigurationType.getPreferredDelegate
(Set<String> modes) Returns the preferred launch delegate for this type in the specified mode combination ornull
if there is no preferred delegate.Methods in org.eclipse.debug.core with parameters of type ILaunchDelegateModifier and TypeMethodDescriptionvoid
ILaunchConfigurationType.setPreferredDelegate
(Set<String> modes, ILaunchDelegate delegate) Sets the preferred launch delegate for this type in the specified mode combination. -
Uses of ILaunchDelegate in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type ILaunchDelegateModifier and TypeMethodDescriptionstatic String
DebugUITools.getLaunchPerspective
(ILaunchConfigurationType type, ILaunchDelegate delegate, Set<String> modes) Returns the perspective id to switch to when a configuration of the given type launched with the specified delegate is launched in the given mode set, ornull
if no switch should occurr.static void
DebugUITools.setLaunchPerspective
(ILaunchConfigurationType type, ILaunchDelegate delegate, Set<String> modes, String perspectiveid) Sets the perspective to switch to when a configuration of the specified type and launched using the specified launch delegate is launched in the specified modeset.