Uses of Interface
org.eclipse.debug.core.model.ISourceLocator
Packages that use ISourceLocator
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
Provides support for source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of ISourceLocator in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ISourceLocatorModifier and TypeMethodDescriptionILaunch.getSourceLocator()Returns the source locator to use for locating source elements for the debug target associated with this launch, ornullif source lookup is not supported.Launch.getSourceLocator()Methods in org.eclipse.debug.core with parameters of type ISourceLocatorModifier and TypeMethodDescriptionvoidILaunch.setSourceLocator(ISourceLocator sourceLocator) Sets the source locator to use for locating source elements for the debug target associated with this launch, ornullif source lookup is not supported.voidLaunch.setSourceLocator(ISourceLocator sourceLocator) Constructors in org.eclipse.debug.core with parameters of type ISourceLocatorModifierConstructorDescriptionLaunch(ILaunchConfiguration launchConfiguration, String mode, ISourceLocator locator) Constructs a launch with the specified attributes. -
Uses of ISourceLocator in org.eclipse.debug.core.model
Subinterfaces of ISourceLocator in org.eclipse.debug.core.modelModifier and TypeInterfaceDescriptioninterfaceA source locator that can be persisted and restored, to be used with a specific launch configuration. -
Uses of ISourceLocator in org.eclipse.debug.core.sourcelookup
Subinterfaces of ISourceLocator in org.eclipse.debug.core.sourcelookupModifier and TypeInterfaceDescriptioninterfaceExtensions to theIPersistableSourceLocatorinterface.interfaceA source lookup director directs the source lookup process among a set of participants and source containers.Classes in org.eclipse.debug.core.sourcelookup that implement ISourceLocatorModifier and TypeClassDescriptionclassDirects source lookup among a collection of source lookup participants, and a common collection of source containers. -
Uses of ISourceLocator in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type ISourceLocatorModifier and TypeMethodDescriptionstatic ISourceLookupResultDebugUITools.lookupSource(Object artifact, ISourceLocator locator) Performs source lookup on the given artifact and returns the result.