Uses of Interface
org.eclipse.debug.ui.ILaunchGroup
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of ILaunchGroup in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionstatic ILaunchGroup
DebugUITools.getLaunchGroup
(ILaunchConfiguration configuration, String mode) Returns the launch group that the given launch configuration belongs to, for the specified mode, ornull
if none.static ILaunchGroup[]
DebugUITools.getLaunchGroups()
Returns all registered launch group extensions.