mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
CDT 3.0.
This commit is contained in:
parent
b88ebd27db
commit
1e71227724
7 changed files with 39 additions and 45 deletions
|
@ -28,9 +28,10 @@ selected stack frame.</p>
|
|||
<dt>Default register format</dt>
|
||||
<dd>Specifies the number system in which to display registers (Natural, Hexadecimal or
|
||||
Decimal).</dd>
|
||||
<dt>Automatically switch to disassembly mode</dt>
|
||||
<dd>Automatically examines your program in disassembly mode as it steps into
|
||||
functions for which you do not have source code, such as printf().</dd>
|
||||
<dt>Maximum number of displayed instructions</dt>
|
||||
<dd>The maximum number of assembler instructions displayed in the Disassembly view.</dd>
|
||||
<dt>Color of source lines</dt>
|
||||
<dd>The color of source lines in the Disassembly view if mixed source/disassembly code is shown.</dd>
|
||||
</dl>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
|
|
|
@ -9,22 +9,22 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Source Code Locations page, Preferences window</h1>
|
||||
<h1>Common Source Lookup Path page, Preferences window</h1>
|
||||
|
||||
<p>You can add or remove source code locations by clicking <b>Window > Preferences > C/C++ > Debug > Source Code Locations</b>.</p>
|
||||
<p>You can add or remove source containers by clicking <b>Window > Preferences > C/C++ > Debug > 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 code location.</dd>
|
||||
<dt>Up</dt>
|
||||
<dd>Move the currently selected source code location higher in the list.</dd>
|
||||
<dt>Down</dt>
|
||||
<dd>Move the currently selected source code location lower in the list.</dd>
|
||||
<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 code location.</dd>
|
||||
<dt>Search for duplicate source files</dt>
|
||||
<dd>Searches the source locations for duplicate entries.</dd>
|
||||
<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>
|
||||
|
|
|
@ -50,7 +50,7 @@ below with a sample of the possible icons:</p>
|
|||
<p>The number beside the thread label is a reference counter, not a
|
||||
thread identification number (TID).</p>
|
||||
<p>The CDT displays stack frames as child elements. It displays the reason for
|
||||
the suspension beside the target, (such as end of stepping range, breakpoint
|
||||
the suspension beside the thread, (such as end of stepping range, breakpoint
|
||||
hit, and signal received). When a program exits, the exit
|
||||
code is displayed.</p>
|
||||
|
||||
|
@ -69,7 +69,7 @@ from Debug view.</p>
|
|||
<td align="left" width="211">Terminate </td>
|
||||
<td align="left" width="45">
|
||||
<img border="0" src="../images/icon_terminate.gif" width="16" height="16"></td>
|
||||
<td align="left" width="638">Ends the selected process</td>
|
||||
<td align="left" width="638">Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="211">Disconnect</td>
|
||||
|
@ -82,26 +82,26 @@ debugging attached processes)</td>
|
|||
<td align="left" width="211">Remove All Terminated</td>
|
||||
<td align="left" width="45">
|
||||
<img border="0" src="../images/icon_remove_all.gif" width="16" height="16"></td>
|
||||
<td align="left" width="638">Clears all the killed processes in Debug view</td>
|
||||
<td align="left" width="638">Clears all terminated processes in Debug view</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="211">Terminate and Remove</td>
|
||||
<td align="left" width="45">
|
||||
<img border="0" src="../images/icon_terminate_rem.gif" width="16" height="16"></td>
|
||||
<td align="left" width="638">Ends the selected process and remove it from Debug
|
||||
<td align="left" width="638">Ends the selected debug session and removes it from Debug
|
||||
view</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="211">Relaunch</td>
|
||||
<td align="left" width="45">
|
||||
<img border="0" src="../images/icon_relaunch.gif" width="16" height="16"></td>
|
||||
<td align="left" width="638">Restarts the process</td>
|
||||
<td align="left" width="638">Starts a new debug session for the selected process</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="211">Terminate All</td>
|
||||
<td align="left" width="45">
|
||||
<img border="0" src="../images/icon_terminate_all.gif" width="16" height="16"></td>
|
||||
<td align="left" width="638">Ends all active processes in Debug view</td>
|
||||
<td align="left" width="638">Ends all active debug sessions in Debug view</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
<dl>
|
||||
<dt>Show Full Paths</dt>
|
||||
<dd>Select this checkbox to show the full path to files and directories.</dd>
|
||||
<dt>Automatically refresh registers</dt>
|
||||
<dd>Select this checkbox to refresh registers before debugging.</dd>
|
||||
<dt>Automatically refresh shared libraries</dt>
|
||||
<dd>Select this checkbox to refresh links to shared libraries before debugging.</dd>
|
||||
<dt>Default variable format:</dt>
|
||||
<dd>Select the default variable format from either Natural, Decimal or Hexidecimal.</dd>
|
||||
<dt>Default expression format:</dt>
|
||||
|
@ -28,7 +24,9 @@
|
|||
<dt>Default register format:</dt>
|
||||
<dd>Select the default register format from either Natural, Decimal or Hexidecimal.</dd>
|
||||
<dt>Maximum number of instructions:</dt>
|
||||
<dd>Enter the maximum number of disassembly instruction in the field provided.</dd>
|
||||
<dd>Enter the maximum number of disassembly instruction to be shown in the Disassembly view.</dd>
|
||||
<dt>Color of source lines:</dt>
|
||||
<dd>Select the color of source lines in the mixed source/disassembly mode.</dd>
|
||||
</dl>
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
<dd>Sets the timout value for the debugger.</dd>
|
||||
<dt>Launch timeout (ms)</dt>
|
||||
<dd>Sets the Launch timeout for a debug session.</dd>
|
||||
<dt>Automatically refresh modules</dt>
|
||||
<dd>Controls the updates of the Modules view</dd>
|
||||
</dl>
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
|
|
@ -17,17 +17,13 @@
|
|||
|
||||
<dl>
|
||||
<dt>Debugger</dt>
|
||||
<dd>Selects debugger from the list.</dd>
|
||||
<dt>Run program in debugger</dt>
|
||||
<dd>Runs the program in debug mode.</dd>
|
||||
<dt>Attach to running process</dt>
|
||||
<dd>Prompts you to select a process from a list at run-time.</dd>
|
||||
<dd>Selects debugger type from the list.</dd>
|
||||
<dt>Stop at main() on startup</dt>
|
||||
<dd>Stops program at main().</dd>
|
||||
<dt>Enable variable bookkeeping</dt>
|
||||
<dd>Updates variables in the
|
||||
Variables view. Individual variables can be updated manually in the Variables
|
||||
view.</dd>
|
||||
<dt>Advanced</dt>
|
||||
<dd>Opens the dialog with the advanced debugging options.</dd>
|
||||
<dt>Debugger Options</dt>
|
||||
<dd>Options specific to the selected debugger type.</dd>
|
||||
</dl>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
|
|
|
@ -17,23 +17,20 @@
|
|||
application. By default, this information is taken from the build path of your
|
||||
project.</p>
|
||||
<dl>
|
||||
<dt>Generic Source Locations</dt>
|
||||
<dd>Displays the location of the project selected in the C/C++ Projects view
|
||||
and in any referenced projects.</dd>
|
||||
<dt>Additional Source Locations</dt>
|
||||
<dd>Lists projects and directories added to the debugger search list.</dd>
|
||||
<dt>Select All</dt>
|
||||
<dd>Selects all items in the Generic Source Locations list.</dd>
|
||||
<dt>Deselect All</dt>
|
||||
<dd>Deselects all items in the Generic Source Locations list.</dd>
|
||||
<dt>Add</dt>
|
||||
<dd>Adds new projects and directories to the debugger search list.</dd>
|
||||
<dd>Adds new source containers to the debugger source search list.</dd>
|
||||
<dt>Edit</dt>
|
||||
<dd>Modifies the content of the selected source container.</dd>
|
||||
<dt>Remove</dt>
|
||||
<dd>Removes selected items from the debugger source search list.</dd>
|
||||
<dt>Up</dt>
|
||||
<dd>Moves selected items up the Additional Source Locations list.</dd>
|
||||
<dt>Down</dt>
|
||||
<dd>Moves selected items down the Additional Source Locations list.</dd>
|
||||
<dt>Remove</dt>
|
||||
<dd>Removes selected items from the Additional Source Locations list.</dd>
|
||||
<dt>Restore Defaults</dt>
|
||||
<dd>Restores the default source search list.</dd>
|
||||
<dt>Search for duplicate source files on the path</dt>
|
||||
<dd>Controls whether to continue search for files with the same name.</dd>
|
||||
</dl>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
|
|
Loading…
Add table
Reference in a new issue