Skip to main content
summaryrefslogtreecommitdiffstats
blob: abf2aab9b5d01aca93af35be5d04ce880068dbcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Eclipse Debug Platform</title>
</head>

<body bgcolor="#FFFFFF">

<p>Provides a user interface for debug platform source lookup facilities.</p>

<h2>Package Specification</h2>

<p>This package provides classes implementing a user interface for source lookup 
  facilities based on the source lookup director architecture defined in <code>org.eclipse.debug.core.sourcelookup</code>. 
  A source lookup tab and dialog are provided that allow the user to modify a 
  source lookup path.</p>
<blockquote>&nbsp;</blockquote>
</body>
</html>

Back to the top