mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00

- add org.eclipse.cdt.debug.application plugin which supports running CDT debugger as Eclipse application - add org.eclipse.cdt.debug.application.docs plugin which is the modified CDT docs - add org.eclipse.cdt.debug.standalone-feature which bundles the two aforementioned plugins - add org.eclipse.cdt.debug.standlone.source-feature Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13 Reviewed-on: https://git.eclipse.org/r/25845 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
109 lines
No EOL
3.7 KiB
HTML
109 lines
No EOL
3.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>C/C++ File Properties, Paths and Symbols, Includes</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div role="main"><h1>C/C++ File Properties, Paths and Symbols, Includes</h1>
|
|
<p>Use the <strong>Paths and Symbols</strong> properties panel <strong>Includes</strong> tab to modify the list of included paths and change the order in which they are referenced.</p>
|
|
<p><img img src="../images/cdt_file_inc.png" alt="C/C++ File Properties, Paths and Symbols, Includes"></p>
|
|
|
|
<table cellpadding="5" cellspacing="0" border="1" width="700" bordercolor="#DDDDDD" >
|
|
<caption><strong>Paths and Symbols, Symbols tab</strong></caption>
|
|
<colgroup>
|
|
<col width="30%" valign="top" >
|
|
<col width="70%" valign="top" >
|
|
</colgroup>
|
|
<tbody>
|
|
<tr valign="top" >
|
|
<th id="option"><strong>Option</strong></th>
|
|
<th id="description"><strong>Description</strong></th>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Languages</strong> (left pane)</td>
|
|
<td headers="description">Displays language related to this file.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Include paths</strong> (right pane)</td>
|
|
<td headers="description">List of include paths related to given language.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Add...</strong></td>
|
|
<td headers="description">Add new include path.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Edit...</strong></td>
|
|
<td headers="description">Modify selected include path.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Delete</strong></td>
|
|
<td headers="description">Remove the selected include path.</td>
|
|
</tr>
|
|
<tr valign="Export" >
|
|
<td headers="option"><strong>Include</strong></td>
|
|
<td headers="description">Toggle selected path exported or not.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Move Up</strong></td>
|
|
<td headers="description">Move the selected element up in the list.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Move Down</strong></td>
|
|
<td headers="description">Move the selected element down in the list.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Import Settings...</strong></td>
|
|
<td headers="description">Import symbol settings.</td>
|
|
</tr>
|
|
<tr valign="top" >
|
|
<td headers="option"><strong>Export Settings...</strong></td>
|
|
<td headers="description">Export symbol settings.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<dl>
|
|
<dt><br>Available for :</dt>
|
|
<dd>CDT projects, folders and files</dd>
|
|
</dl>
|
|
|
|
<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
|
|
|
|
<ul>
|
|
<li><a href=cdt_u_fprop_resource.htm>Resource</a></li>
|
|
<li>C/C++ Build
|
|
<ul>
|
|
<li>Settings
|
|
<ul>
|
|
<li><a href=cdt_u_fileprop_toolsettings.htm>Tool chains setting tab</a></li>
|
|
<li><a href=cdt_u_fileprop_steps.htm>Build Steps tab</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="cdt_u_prop_build_toolchain.htm">Tool chain editor page</a>
|
|
</ul>
|
|
</li>
|
|
<li>C/C++ General
|
|
<ul>
|
|
<li>Paths and Symbols
|
|
<ul>
|
|
<li><a href="cdt_u_fileprop_inc.htm">Includes tab</a>
|
|
<li><a href="cdt_u_fileprop_sym.htm">Symbols tab</a>
|
|
<li><a href="cdt_u_prop_general_pns_hier.htm">Data Hierarchy tab</a>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="cdt_u_prop_rundebug.htm">Run/Debug Settings page</a>
|
|
</ul>
|
|
<hr >
|
|
<p><img src="../images/intl_07.gif" ALT="Intel Copyright Statement" ></p>
|
|
|
|
|
|
</div></body>
|
|
|
|
</html> |