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.
|
org.eclipse.debug.core.sourcelookup |
Provides support for source lookup.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
Modifier and Type | Method and Description |
---|---|
ISourceLocator |
Launch.getSourceLocator() |
ISourceLocator |
ILaunch.getSourceLocator()
Returns the source locator to use for locating source elements for
the debug target associated with this launch, or
null
if source lookup is not supported. |
Modifier and Type | Method and Description |
---|---|
void |
Launch.setSourceLocator(ISourceLocator sourceLocator) |
void |
ILaunch.setSourceLocator(ISourceLocator sourceLocator)
Sets the source locator to use for locating source elements for
the debug target associated with this launch, or
null
if source lookup is not supported. |
Constructor and Description |
---|
Launch(ILaunchConfiguration launchConfiguration,
String mode,
ISourceLocator locator)
Constructs a launch with the specified attributes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPersistableSourceLocator
A source locator that can be persisted and restored,
to be used with a specific launch configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPersistableSourceLocator2
Extensions to the
IPersistableSourceLocator interface. |
interface |
ISourceLookupDirector
A source lookup director directs the source lookup process
among a set of participants and source containers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSourceLookupDirector
Directs source lookup among a collection of source lookup participants,
and a common collection of source containers.
|
Modifier and Type | Method and Description |
---|---|
static ISourceLookupResult |
DebugUITools.lookupSource(Object artifact,
ISourceLocator locator)
Performs source lookup on the given artifact and returns the result.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.