Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2cedbede70025d8279969d5c13e29d9f0767477e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>Source Code Locations page, Preferences window</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Common Source Lookup Path page, Preferences window</h1>

<p>You can add or remove source containers by clicking <b>Window &gt; Preferences &gt; C/C++ &gt; Debug &gt; Common Source Lookup Path</b>.</p>

<img src="../images/debug_src_pref.png"  alt="Debug Source Code Locations Preferences">
<dl>
  <dt>Add</dt>
  <dd>Insert a new source container.</dd>
  <dt>Edit</dt>
  <dd>Modify the currently selected souce container.</dd>
  <dt>Remove</dt>
  <dd>Remove the currently selected souce container.</dd>
  <dt>Up</dt>
  <dd>Move the currently selected source container higher in the list.</dd>
  <dt>Down</dt>
  <dd>Move the currently selected source container lower in the list.</dd>
</dl>

<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>

</body>

</html>

Back to the top