Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ILaunchConfigurationDelegate |
ILaunchDelegate.getDelegate()
Returns the underlying launch configuration.
|
ILaunchConfigurationDelegate |
ILaunchConfigurationType.getDelegate()
Deprecated.
use
getDelegate(String) to specify mode |
ILaunchConfigurationDelegate |
ILaunchConfigurationType.getDelegate(String mode)
Deprecated.
since 3.3, the method
getDelegates(Set) should be used
instead, as there can be more than one capable delegate per mode or combination
of modes |
Modifier and Type | Interface and Description |
---|---|
interface |
ILaunchConfigurationDelegate2
Optional enhancements to the launch configuration delegate interface.
|
Modifier and Type | Class and Description |
---|---|
class |
LaunchConfigurationDelegate
Default implementation of a launch configuration delegate.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.