mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Fix [Bug 88784]
This commit is contained in:
parent
a71ce1e482
commit
35c088c55c
2 changed files with 3 additions and 1 deletions
|
@ -50,6 +50,8 @@ configured to display two renderings simultaneously.</p>
|
|||
column size of the memory presentation (1 byte, 2 bytes, 4 bytes, 8 bytes). Can
|
||||
be overwritten by each rendering. </dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
||||
<br>
|
||||
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
|
||||
|
|
|
@ -26,7 +26,7 @@ source files, etc.</p>
|
|||
<dl>
|
||||
<dt><b>Load Symbols</b></dt>
|
||||
<dd>Loads the symbols of the module. The
|
||||
symbols will be loaded from the file specified in the module's properties.</span></dd>
|
||||
symbols will be loaded from the file specified in the module's properties.</dd>
|
||||
|
||||
<dt><b>Load Symbols For All</b></dt>
|
||||
<dd>Loads the symbols of the all modules involved in the current session. This option does not affect
|
||||
|
|
Loading…
Add table
Reference in a new issue