Uses of Interface
org.eclipse.debug.core.ILaunchConfigurationType
Packages that use ILaunchConfigurationType
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 ILaunchConfigurationType in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ILaunchConfigurationTypeModifier and TypeMethodDescriptionILaunchManager.getLaunchConfigurationType
(String id) Returns the launch configuration type extension with the specified id, ornull
if it does not exist.ILaunchManager.getLaunchConfigurationTypes()
Returns all defined launch configuration type extensionsILaunchConfiguration.getType()
Returns the type of this launch configuration.Methods in org.eclipse.debug.core with parameters of type ILaunchConfigurationTypeModifier and TypeMethodDescriptionILaunchManager.getLaunchConfigurations
(ILaunchConfigurationType type) Returns all launch configurations of the specified type defined in the workspaceILaunchManager.getLaunchConfigurations
(ILaunchConfigurationType type, int kinds) Returns all launch configurations of the specified type defined in the workspace of the specified kind(s) (configurations and/or prototypes). -
Uses of ILaunchConfigurationType in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type ILaunchConfigurationTypeModifier and TypeMethodDescriptionstatic String
DebugUITools.getLaunchPerspective
(ILaunchConfigurationType type, String mode) Returns the perspective to switch to when a configuration of the given type is launched in the given mode, ornull
if no switch should take place.static 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, String mode, String perspective) Sets the perspective to switch to when a configuration of the given type is launched in the given mode.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.