Uses of Interface
org.eclipse.debug.ui.sourcelookup.ISourceLookupResult
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of ISourceLookupResult in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionstatic ISourceLookupResult
DebugUITools.lookupSource
(Object artifact, ISourceLocator locator) Performs source lookup on the given artifact and returns the result.Modifier and TypeMethodDescriptionstatic void
DebugUITools.displaySource
(ISourceLookupResult result, IWorkbenchPage page) Displays the given source lookup result in an editor in the given workbench page.