Package | Description |
---|---|
org.eclipse.debug.core |
Provides support for launching programs, breakpoint management, expression management,
and debug events.
|
org.eclipse.debug.core.sourcelookup |
Provides support for source lookup.
|
Modifier and Type | Method and Description |
---|---|
ISourcePathComputer |
ILaunchConfigurationType.getSourcePathComputer()
Returns the source path computer registered with this launch configuration
type or
null if unspecified. |
ISourcePathComputer |
ILaunchManager.getSourcePathComputer(ILaunchConfiguration configuration)
Returns a source path computer to compute a default source lookup path for
the given launch configuration, or
null if a source path
computer has not been registered for the associated launch configuration
type. |
ISourcePathComputer |
ILaunchManager.getSourcePathComputer(String id)
Returns the source path computer extension registered with the given
unique identifier, or
null if none. |
Modifier and Type | Field and Description |
---|---|
protected ISourcePathComputer |
AbstractSourceLookupDirector.fComputer |
Modifier and Type | Method and Description |
---|---|
ISourcePathComputer |
ISourceLookupDirector.getSourcePathComputer()
Returns the source path computer to use with this source lookup
director, possibly
null . |
ISourcePathComputer |
AbstractSourceLookupDirector.getSourcePathComputer() |
Modifier and Type | Method and Description |
---|---|
void |
ISourceLookupDirector.setSourcePathComputer(ISourcePathComputer computer)
Sets the source path computer for this source lookup director.
|
void |
AbstractSourceLookupDirector.setSourcePathComputer(ISourcePathComputer computer) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.