mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
fix for bug 192270 - various CHKPII errors found in user docs
This commit is contained in:
parent
a694c8157e
commit
43aa34cd5f
27 changed files with 46 additions and 48 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
@ -29,17 +29,17 @@
|
|||
<tr>
|
||||
<td><dt>Enable folding when opening a new editor</dt></td>
|
||||
<td>If enabled, apply folding rules to the new editor.</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><dt>Select folding to use</dt></td>
|
||||
<td>Select the folding to use from the available choices.</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><dt>Enable folding of preprocessor branches (#if/#endif)</dt></td>
|
||||
<td>If enabled, fold preprocessor branches.</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><dt>Macros</dt></td>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="cdt_o_ceditor_pref.htm">C/C++ editor preferences</a></p>
|
||||
<hr />
|
||||
<hr>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
||||
</body>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
@ -48,6 +48,7 @@
|
|||
<td valign="top"><b>Show source files in binaries </b></td>
|
||||
<td valign="top">Show source files associated with project binaries. </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -156,13 +156,13 @@
|
|||
<tr align="left" valign="top">
|
||||
<td><b>Shift Right</b></td>
|
||||
<td>Shifts text Right. Editor only</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><b>Shift Left</b></td>
|
||||
<td>Shifts text Right. Editor only</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<li>Manage (add, remove, rename) build configurations
|
||||
</ul>
|
||||
</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Build Project</b></td>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -15,7 +15,6 @@ In addition, you can define settings for the Builder just on the place.<br>
|
|||
Note that some settings ('Generate makefiles automatically', for example)
|
||||
may affect other parameters (setting them disabled in some situations)
|
||||
and, moreover, change visibility of other property pages.
|
||||
</I>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<p>The Arguments page of the Run or Debug dialog box lets you specify the program arguments
|
||||
that an application uses and the working directory for a run or debug configuration.</p>
|
||||
|
||||
<img src="../images/run_debug_arguments.png" />
|
||||
<p />
|
||||
<img src="../images/run_debug_arguments.png">
|
||||
<p></p>
|
||||
<dl>
|
||||
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
|
||||
<tr ><th>Component</th><th>Description</th></tr>
|
||||
|
|
|
@ -15,14 +15,14 @@
|
|||
|
||||
<p>The Debugger page of the Run and Debug dialog boxes lets you select a debugger to use when debugging an application.</p>
|
||||
|
||||
<img src="../images/run_debug_debugger.png" />
|
||||
<p />
|
||||
<img src="../images/run_debug_debugger.png">
|
||||
<p></p>
|
||||
<dl>
|
||||
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
|
||||
<tr ><th>Component</th><th>Description</th></tr>
|
||||
<tr><td width="30%"><dt>Debugger</dt></td><td>Selects debugger type from the list.</td></tr>
|
||||
<tr><td><dt>Stop on startup at</dt></td><td>Stops program at specified location.</td></tr>
|
||||
<tr><td valign="top"><dt>Advanced</dt></td><td>Opens the Advanced Options dialog.<br><p><img src="../images/run_debug_debugger_advopt.png" />
|
||||
<tr><td valign="top"><dt>Advanced</dt></td><td>Opens the Advanced Options dialog.<br><p><img src="../images/run_debug_debugger_advopt.png">
|
||||
</td></p></tr>
|
||||
<tr><td><dt>Debugger Options</dt></td><td>Displays options specific to the selected debugger type.</td></tr>
|
||||
</table>
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
<p>The Environment page of the Run and Debug dialog boxes lets you
|
||||
set environment variables and values to use when an application runs.</p>
|
||||
|
||||
<img src="../images/run_debug_environment.png" />
|
||||
<p />
|
||||
<img src="../images/run_debug_environment.png">
|
||||
<p></p>
|
||||
<dl>
|
||||
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
|
||||
<tr ><th>Component</th><th>Description</th></tr>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
<p>The Main page of the Run dialog box and the Debug dialog box, identifies the project and application you want to run or debug.</p>
|
||||
|
||||
<img src="../images/run_debug_main.png" />
|
||||
<p />
|
||||
<img src="../images/run_debug_main.png">
|
||||
<p></p>
|
||||
<dl>
|
||||
<table width="640" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
|
||||
<tr ><th>Component</th><th>Description</th></tr>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
application. By default, this information is taken from the build path of your project.</p>
|
||||
|
||||
|
||||
<img src="../images/run_debug_source.png" />
|
||||
<p />
|
||||
<img src="../images/run_debug_source.png">
|
||||
<p></p>
|
||||
<dl>
|
||||
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >
|
||||
<tr ><th>Component</th><th>Description</th></tr>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -18,34 +18,34 @@ ul, li { padding: 3px 0px}
|
|||
|
||||
<h4>Importing Executables for Debugging </h4>
|
||||
<ol>
|
||||
<li>Select the <b>File > Import...</b> menu item.
|
||||
<li>In the <b>Import</b> wizard dialog, click <b>C/C++</b> and select <b>C/C++ Executable</b>.<br>
|
||||
<li>Select the <b>File > Import...</b> menu item.</li>
|
||||
<li>In the <b>Import</b> wizard dialog, click <b>C/C++</b> and select <b>C/C++ Executable</b>.<br />
|
||||
<p><img src="../images/cdt_debug_exes01.png" vspace="12" /></p></li>
|
||||
<li>Click <b>Next</b>.</li>
|
||||
<li>In the <b>Import C/C++ Executable Files</b> page of the <b>Import Executable</b> dialog:<br>
|
||||
<li>In the <b>Import C/C++ Executable Files</b> page of the <b>Import Executable</b> dialog:<br />
|
||||
<ul>
|
||||
<li>Choose a parser from the <b>Select binary parser</b> list.</li>
|
||||
<li>Type the executable path in the <b>Select executable</b> box or click <b>Browse</b> to locate the executable.</li>
|
||||
<li>Type or click <b>Browse</b> to enter a directory path in the <b>Search directory</b> box, then select one or more executables from the <b>C/C++ Executable Files</b> list.</li>
|
||||
</ul>
|
||||
<p><img src="../images/cdt_debug_exes02.png" vspace="12" />
|
||||
<p><img src="../images/cdt_debug_exes02.png" vspace="12" /></p>
|
||||
<p><b>NOTE</b> You can import any executable, but only those built with debug symbols will be let you step through source code and see variable values. </p>
|
||||
</li>
|
||||
<li>Click <b>Next</b>.</li>
|
||||
<li>In the <b>Choose Project</b> page of the <b>Import Executable</b> dialog:<br>
|
||||
<li>In the <b>Choose Project</b> page of the <b>Import Executable</b> dialog:<br />
|
||||
<ul>
|
||||
<li>To import as a new project, activate <b>New project name</b> and type the project name.
|
||||
<li>To import as a new project, activate <b>New project name</b> and type the project name.</li>
|
||||
<li>To import into an existing project, activate <b>Existing project</b> and click <b>Search</b>.</li>
|
||||
<li>To add a launch configuration, activate <b>Create a Launch Configuration</b> and select the configuration from the list, then type a name into the <b>Name</b> box.</li>
|
||||
</ul>
|
||||
<p><img src="../images/cdt_debug_exes03.png" vspace="12" />
|
||||
<p><img src="../images/cdt_debug_exes03.png" vspace="12" /></p>
|
||||
</li>
|
||||
<li>Click <b>Finish</b>.<br>
|
||||
<li>Click <b>Finish</b>.<br />
|
||||
<p>The executable is added to the <b>C/C++ Projects</b> view.</p></li>
|
||||
<li>If <b>Create a Launch Configuration</b> was activated, the <b>Debug</b> dialog appears.<br>
|
||||
<li>If <b>Create a Launch Configuration</b> was activated, the <b>Debug</b> dialog appears.<br />
|
||||
<p><img src="../images/cdt_debug_exes04.png" vspace="12" /></p>
|
||||
</li>
|
||||
<li>Click <b>Debug</b>.<br>
|
||||
<li>Click <b>Debug</b>.<br />
|
||||
<p>The debugger launches and you can begin debugging the executable.</p></li>
|
||||
</ol>
|
||||
|
||||
|
@ -60,7 +60,7 @@ ul, li { padding: 3px 0px}
|
|||
<a href="cdt_o_debug.htm">Debugging</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" alt="Related reference" width="143" height="21" /> <br />
|
||||
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
|
||||
<hr>
|
||||
<hr />
|
||||
<img src="../images/NokiaCopyrightStatement06.png" alt="Nokia Copyright Statement" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
|
||||
<title>Enable/Disable CTags Indexer</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
|
||||
<title>Indexing a large project</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue