mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +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>
47 lines
2.2 KiB
HTML
47 lines
2.2 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>Set Discovery Options</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
<div role="main"><h1>Set Discovery Options</h1>
|
|
<p><img src="../images/icon_warning.gif" alt="Warning">Note that this functionality has been deprecated and not fully supported anymore</p>
|
|
<p>For most <strong>make</strong> projects, you will want to parse the output of
|
|
the build to populate your paths and symbols tables. </p>
|
|
<p><span class="bold">To populate your tables:</span></p>
|
|
<ol>
|
|
<li>Right-click on a project and select <strong>Properties</strong>.
|
|
<li>Expand <strong>C/C++ Build</strong> and select <strong>Discovery options</strong>.
|
|
<li>Select the <strong>Automate discovery of paths and symbols</strong> option so that it is enabled.
|
|
<li>For the scanner configuration on the Discovery Options page of the C/C++ Properties window, you have the following options:
|
|
|
|
<p>There are various discovery profiles available on a <strong>Per project</strong> basis - all discovered paths and symbols are associated with the project; all files use this information. <br>
|
|
|
|
<dl>
|
|
<dt>Enable generate scanner info command</dt>
|
|
<dd>Enables the retrieval of information from the scanner.</dd>
|
|
</dl>
|
|
<p></p>
|
|
<div style="margin-left: 40px;"><br><img
|
|
alt="C/C++ Project Properties, Discovery Options"
|
|
src="../images/dprop_make_discovery_file.png" style="width: 1133px; height: 745px;"><br>
|
|
</div>
|
|
<br>
|
|
<p>For both profiles, there is an option to discover paths and symbols
|
|
based on a previous builds' output. To activate the discovery, click <strong>Browse</strong> to select a
|
|
build log file, and then click the <span style="font-weight: bold;">Load</span>
|
|
button.<br>
|
|
</p>
|
|
</ol>
|
|
<br>
|
|
<p><img src="../images/ngref.gif" alt="Related reference"
|
|
height="21" width="143"><br>
|
|
<a href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects</a><br>
|
|
<a href="../reference/cdt_u_prop_build_discovery.htm">C/C++ Project
|
|
Properties, Discovery Options</a></p>
|
|
<img src="../images/ng00_04a.gif" alt="QNX Copyright Statement">
|
|
</div></body>
|
|
</html>
|