Bug 310371 - Revised Problems, Registers, and Memory views
|
@ -30,7 +30,7 @@
|
|||
<context id ="problems_view">
|
||||
<description>Click below to see help.</description>
|
||||
<topic href="reference/cdt_u_problems_view.htm"
|
||||
label="Problems view"/>
|
||||
label="Problems view (C/C++)"/>
|
||||
</context>
|
||||
<context id ="properties_view">
|
||||
<description>Click below to see help.</description>
|
||||
|
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 19 KiB |
BIN
doc/org.eclipse.cdt.doc.user/images/view_table_rendering.png
Executable file
After Width: | Height: | Size: 7.7 KiB |
|
@ -83,9 +83,9 @@
|
|||
When this option is selected, changing the active editor will automatically update the selection to the resource being edited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu Icon"></td>
|
||||
<td align="center" valign="top"><img src="../images/icon_menu.png" alt="View Menu Icon"></td>
|
||||
<td valign="top"><strong>Menu</strong></td>
|
||||
<td valign="top">Click the black upside-down triangle icon to open a menu of items specific to the view.<br><br>
|
||||
<td valign="top">Click the white upside-down triangle icon to open a menu of items specific to the view.<br><br>
|
||||
<dl>
|
||||
<p><dt>Select Working Set</dt>
|
||||
<dd>Opens the <strong>Select Working Set</strong> dialog to allow selecting a working set for the view.</dd><p></p>
|
||||
|
|
|
@ -8,12 +8,13 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Memory view</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Memory view</h1>
|
||||
|
||||
<p>The <strong>Memory</strong> view of the Debug
|
||||
<p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.MemoryView)")'>Memory</a> view of the Debug
|
||||
perspective lets you monitor and modify your process memory. The process memory
|
||||
is presented as a list of so called <strong>memory monitors</strong>. Each monitor represents
|
||||
a section of memory specified by it's location called <strong>base address</strong>. Each
|
||||
|
@ -30,52 +31,62 @@ Renderings pane is controlled by the selection in the Memory Monitors pane and
|
|||
consists of the tabs that display renderings. The Memory Renderings pane can be
|
||||
configured to display two renderings simultaneously.</p>
|
||||
|
||||
<h3>Memory view toolbar icons</h3>
|
||||
<h3>Memory view toolbar options</h3>
|
||||
<p>The table below lists the icons displayed in the Memory view toolbar.</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
|
||||
<tr>
|
||||
<td width="16%" align="left"><div align="center"><strong>Command</strong></div></td>
|
||||
<td width="32%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="52%"><div align="center"><strong>Description</strong></div></td>
|
||||
<td width="5%" align="left"><div align="center"><strong>Icon</strong></div></td>
|
||||
<td width="25%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="70%"><div align="center"><strong>Description</strong></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_new_memory_view.png" width="22" height="21" alt="New Memory View icon"></div></td>
|
||||
<td valign="top"><div align="left">New Memory View </div></td>
|
||||
<td valign="top"><div align="left"><strong>New Memory View </strong></div></td>
|
||||
<td valign="top">Click to create a new memory view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_pin_memory.png" width="21" height="21" alt="Pin Memory Monitor icon"></div></td>
|
||||
<td valign="top"><div align="left">Pin Memory Monitor </div></td>
|
||||
<td valign="top"><div align="left"><strong>Pin Memory Monitor</strong> </div></td>
|
||||
<td valign="top">Select to pin the memory monitor on top of all other memory monitors. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"> </div></td>
|
||||
<td valign="top"><div align="left"><strong>Import </strong></div></td>
|
||||
<td valign="top">Import a previously exported memory monitor. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"> </div></td>
|
||||
<td valign="top"><div align="left"><strong>Export </strong></div></td>
|
||||
<td valign="top">Export the selected memory monitor.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_toggle_memory_monitor.png" width="22" height="21" alt="Toggle Memory Monitors icon"></div></td>
|
||||
<td valign="top"><div align="left">Toggle Memory Monitors Pane </div></td>
|
||||
<td valign="top"><div align="left"><strong>Toggle Memory Monitors Pane </strong></div></td>
|
||||
<td valign="top">Shows/hides the Memory Monitor pane.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_toggle_split_pane.png" width="23" height="21" alt="Toggle Split Pane icon"></div></td>
|
||||
<td valign="top"><div align="left">Toggle Split Pane </div></td>
|
||||
<td valign="top"><div align="left"><strong>Toggle Split Pane </strong></div></td>
|
||||
<td valign="top">Toggles the Memory Renderings pane split.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_link_mem_rendering.png" width="22" height="22" alt="Link Memory Rendering Panes icon"></div></td>
|
||||
<td valign="top"><div align="left">Link Memory Rendering Panes </div></td>
|
||||
<td valign="top"><div align="left"><strong>Link Memory Rendering Panes </strong></div></td>
|
||||
<td valign="top">Synchronizes the selection of two memory renderings.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_switch_mem_monitor.png" width="33" height="20" alt="Switch Memory Monitor icon"></div></td>
|
||||
<td valign="top"><div align="left">Switch Memory Monitor </div></td>
|
||||
<td valign="top"><div align="left"><strong>Switch Memory Monitor </strong></div></td>
|
||||
<td valign="top">When more than one memory monitor is active, select a different memory monitor to view. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Menu > Layout </td>
|
||||
<td valign="top"><img src="../images/icon_menu.png" alt="View Menu Icon"></td>
|
||||
<td valign="top"><strong>View Menu > Layout </strong></td>
|
||||
<td valign="top">Switch the Monitors and Rendering panes display between horizontal or vertical orientation. </td>
|
||||
</tr>
|
||||
</tr>view
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Menu > Preferences </td>
|
||||
<td valign="top"></td>
|
||||
<td valign="top"><strong>View Menu > Preferences </strong></td>
|
||||
<td valign="top"><p>Opens the Preferences window allowing you to set:</p>
|
||||
<ul>
|
||||
<li><strong>Reset Memory Monitor</strong> - set to reset only visible or all renderings when reseting a memory monitor </li>
|
||||
|
@ -83,98 +94,114 @@ configured to display two renderings simultaneously.</p>
|
|||
<li><strong>Select Codepages</strong> - specify the standard to convert memory to ASCII and EBCDIC strings </li>
|
||||
</ul> </tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Menu > Table Rendering Preferences </td>
|
||||
<td valign="top">Specify the memory loading mode to use when rendering scrolls to the end of the buffer. </td>
|
||||
<td valign="top"></td>
|
||||
<td valign="top"><strong>Table Rendering Preferences </td>
|
||||
<td valign="top">Specify the memory loading mode to use when rendering scrolls to the end of the buffer. <br />
|
||||
<img src="../images/view_table_rendering.png" alt="Table Rendering Preferences pane"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"></td>
|
||||
<td valign="top"><strong>Tradional Rendering Preferences </td>
|
||||
<td valign="top">Opens the Tradionaly Memory Rendering pane in the Preferences dialog box.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"></td>
|
||||
<td valign="top"><strong>Find/Replace...</td>
|
||||
<td valign="top">Opens the Find/Replace dialog box to search the Memory Rendering view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"></td>
|
||||
<td valign="top"><strong>Find Next</td>
|
||||
<td valign="top">Finds the next occurrence of the search string.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Monitors pane context menu </h3>
|
||||
<p>The Monitors pane context menu inside the Memory view includes:</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
|
||||
<tr>
|
||||
<td width="19%" align="left"><div align="center"><strong>Command</strong></div></td>
|
||||
<td width="35%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="46%"><div align="center"><strong>Description</strong></div></td>
|
||||
<td width="5%" align="left"><div align="center"><strong>Icon</strong></div></td>
|
||||
<td width="25%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="70%"><div align="center"><strong>Description</strong></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18" alt="Add Memory Monitor icon"></div></td>
|
||||
<td valign="top"><div align="left">Add Memory Monitor </div></td>
|
||||
<td valign="top"><div align="left"><strong>Add Memory Monitor </strong></div></td>
|
||||
<td valign="top">Adds a new memory address or variable to the Memory Monitors pane.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22" alt="Remote Memory Monitor icon"></div></td>
|
||||
<td valign="top"><div align="left">Remove Memory Monitor </div></td>
|
||||
<td valign="top"><div align="left"><strong>Remove Memory Monitor </strong></div></td>
|
||||
<td valign="top">Removes the selected memory address or variable from the Memory Monitors pane.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reset_mem_monitor.png" width="24" height="22" alt="Reset icon"></div></td>
|
||||
<td valign="top"><div align="left">Reset </div></td>
|
||||
<td valign="top"><div align="left"><strong>Reset</strong> </div></td>
|
||||
<td valign="top">Resets the current memory monitor view. </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Rendering pane context menu </h3>
|
||||
<p>The Rendering pane context menu inside the Memory view includes:</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#DDDDDD" width="600">
|
||||
<tr>
|
||||
<td width="19%" align="left"><div align="center"><strong>Command</strong></div></td>
|
||||
<td width="35%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="46%"><div align="center"><strong>Description</strong></div></td>
|
||||
<td width="5%" align="left"><div align="center"><strong>Icon</strong></div></td>
|
||||
<td width="25%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="70%"><div align="center"><strong>Description</strong></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_add_mem_monitor.png" width="18" height="18" alt="Add Rendering icon"></div></td>
|
||||
<td valign="top"><div align="left">Add Rendering </div></td>
|
||||
<td valign="top"><div align="left"><strong>Add Rendering </strong></div></td>
|
||||
<td valign="top">Add a memory rendering pane to display a memory monitor item at a different address or in a different format.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_remove.png" width="22" height="22" alt="Remote Rendering icon"></div></td>
|
||||
<td valign="top"><div align="left">Remove Rendering </div></td>
|
||||
<td valign="top"><div align="left"><strong>Remove Rendering </strong></div></td>
|
||||
<td valign="top">Removes the selected rendering from the Memory view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Panes</td>
|
||||
<td valign="top"><strong>Panes</strong></td>
|
||||
<td valign="top">Enable or disable the showing of the Address, Binary, and Text portions of the rendering view. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Endian</td>
|
||||
<td valign="top"><strong>Endian</strong></td>
|
||||
<td valign="top">Toggle between the Little (default) and Big Endian display of memory. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Text</td>
|
||||
<td valign="top"><strong>Text</strong></td>
|
||||
<td valign="top">Choose the character encoding used to convert memory values into text for display. Choices include: ISO-8859-1 (default), US-ASCII, or UTF-8. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Cell Size </td>
|
||||
<td valign="top"><strong>Cell Size </strong></td>
|
||||
<td valign="top">Specify the cell size used to display values in the Binary column. Choices include: 1, 2, 4 (default), and 8 bytes. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Radix</td>
|
||||
<td valign="top"><strong>Radix</strong></td>
|
||||
<td valign="top">Specify the radix used to display the values in the Binary column. Choices include: Hex, Decimal Signed, Decimal Unsigned (default), Octal, and Binary. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_copy_to_clipboard.png" width="22" height="23" alt="Copy to Clipboard icon"></div></td>
|
||||
<td valign="top">Copy To Clipboard </td>
|
||||
<td valign="top"><strong>Copy To Clipboard </strong></td>
|
||||
<td valign="top">Copies the selected portion of the Rendering pane to the clipboard. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Go To Address </td>
|
||||
<td valign="top"><strong>Go To Address </strong></td>
|
||||
<td valign="top">Opens an edit box to type in a memory address. Press Enter to go to that address and show it in the Rendering pane. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Reset To Base Address </td>
|
||||
<td valign="top"><strong>Reset To Base Address </strong></td>
|
||||
<td valign="top">Resets the Rendering pane to the original base address. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top"><div align="left">Refresh</div></td>
|
||||
<td valign="top"><div align="left"><strong>Refresh</strong></div></td>
|
||||
<td valign="top">Refreshes the Rendering pane. </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -187,7 +214,8 @@ configured to display two renderings simultaneously.</p>
|
|||
<a href="../tasks/cdt_t_memory.htm">Working with memory</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="cdt_o_views.htm">Views</a></p>
|
||||
<a href="cdt_o_views.htm">C/C++ Views</a></p>
|
||||
<hr />
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
||||
</body>
|
||||
|
|
|
@ -6,54 +6,49 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Problems view</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Problems view</h1>
|
||||
|
||||
<p>If you encounter any errors during a build they will be displayed in the <strong>Problems</strong> view. </p>
|
||||
<h1>Problems view (C/C++)</h1>
|
||||
|
||||
<p>Use the <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.views.ProblemView)")'>Problems</a> view to display any errors encountered during a build. </p>
|
||||
<p><img src="../images/view_problem.png" alt="Problems View" ></p>
|
||||
|
||||
<p>Errors are passed up from your C++ compiler. The <strong>Problems</strong> view lists the error, filename and folder.
|
||||
If you select an error the associated file will open in the <strong>C/C++ Editor</strong> view and the cursor will display the line where the error was encountered.</p>
|
||||
If you select an error the associated file will open in a <strong>C/C++ Editor</strong> view, and the cursor and text highlighting will display the line where the error was encountered.</p>
|
||||
|
||||
<p><img src="../images/cdt_error_workbench.png" alt="C/C++ Perspective in Eclipse showing code errors" ></p>
|
||||
|
||||
<h2>Problems view Toolbar</h2>
|
||||
<h2>Problems view toolbar options</h2>
|
||||
<p>The table below lists the toolbar options displayed in the Problems view.</p>
|
||||
|
||||
<table border="1" cellpadding="1" cellspacing="0">
|
||||
<table border="1" cellpadding="4" cellspacing="0" bordercolor="#DDDDDD" width="600px" >
|
||||
<tr><th>Icon</th><th>Command</th><th>Description</th></tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_delete.png" alt="Delete icon"></td>
|
||||
<td valign="top">Delete</td>
|
||||
<td valign="top">Deletes the selected error from the Problems view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_filter.png" alt="Filters icon"></td>
|
||||
<td valign="top">Filters...</td>
|
||||
<td valign="top">Lauches the Filter dialog box to filter the errors in the problems view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu icon"></td>
|
||||
<td valign="top">Menu</td>
|
||||
<td valign="top">Select the Sort or Filters help navigate through errors in the Problems view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_con_min.png" alt="Minimize icon"></td>
|
||||
<td valign="top">Minimize</td>
|
||||
<td valign="top">Minimizes the Problems view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><img src="../images/icon_con_max.png" alt="Maximize icon"></td>
|
||||
<td valign="top">Maximize</td>
|
||||
<td valign="top">Maximizes the Problems view.</td>
|
||||
<td valign="top"><strong>View Menu</strong></td>
|
||||
<td valign="top">Click to open a menu of items specific to the view, including: <br />
|
||||
<ul>
|
||||
<li><strong>Show</strong> - specify which errors or warnings are shown</li>
|
||||
<li><strong>Group By</strong> - specify error grouping</li>
|
||||
<li><strong>Sort By</strong> - specify how errors are sorted</li>
|
||||
<li><strong>New Problems View</strong> - create a new Problems view</li>
|
||||
<li><strong>Configure Contents...</strong> - opens the Configure Contents dialog box</li>
|
||||
<li><strong>Columns...</strong> - opens the Configure Columns dialog box</li>
|
||||
<li><strong>Preferences</strong> - opens the Preferences dialog box</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<p><img src="../images/ngref.gif" ALT="Related references" width="143" height="21">
|
||||
<br><a href="../reference/cdt_o_views.htm">C/C++ Views</a>
|
||||
<br><a href="PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-31a.htm">Problems View</a> (Workbench)</p>
|
||||
<hr />
|
||||
<p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ><br />
|
||||
<img src="../images/nokiaCopyright.png" ALT="Nokia Copyright Statement" >
|
||||
</p>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -8,43 +8,44 @@
|
|||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Registers view</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Registers view</h1>
|
||||
|
||||
<p>The <strong>Registers</strong> view of the Debug perspective lists information about the registers in a selected stack frame.
|
||||
<p>The <img src="../images/command_link.png" border="0" alt="" /> <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.RegisterView)")'>Registers</a> view of the Debug perspective lists information about the registers in a selected stack frame.
|
||||
Values that have changed are highlighted in the Registers view when your program
|
||||
stops. </p>
|
||||
<p><img src="../images/view_registers.png" width="414" height="269" alt="Registers View"></p>
|
||||
|
||||
<h3>Registers view toolbar icons</h3>
|
||||
<h3>Registers view toolbar options</h3>
|
||||
<p>The table below lists the icons displayed in the Registers view toolbar.</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<tr>
|
||||
<td width="17%" height="35" align="left"><div align="center"><strong>Command</strong></div></td>
|
||||
<td width="31%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="52%"><div align="center"><strong>Description</strong></div></td>
|
||||
<td width="5%" height="35" align="left"><div align="center"><strong>Icon</strong></div></td>
|
||||
<td width="25%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="70%"><div align="center"><strong>Description</strong></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_show_type_names.png" alt="Show Type Names icon" width="21" height="21"></div></td>
|
||||
<td valign="top"><div align="left">Show Type Names </div></td>
|
||||
<td valign="top"><div align="left"><strong>Show Type Names</strong> </div></td>
|
||||
<td valign="top"><div align="left">Displays the type, (such as <strong>int</strong>) beside each register value.</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_show_logical_struct.png" alt="Show Logical Structure icon" width="22" height="21"></div></td>
|
||||
<td valign="top"><div align="left">Show Logical Structure </div></td>
|
||||
<td valign="top"><div align="left"><strong>Show Logical Structure </strong></div></td>
|
||||
<td valign="top"><div align="left">Changes if logical structures should be shown in the view or not. </div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_collapse_all.png" alt="Collapse All icon" width="22" height="22"></div></td>
|
||||
<td valign="top"><div align="left">Collapse All </div></td>
|
||||
<td valign="top"><div align="left"><strong>Collapse All </strong></div></td>
|
||||
<td valign="top"><div align="left">Collapses all the the currently expanded registers.</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_menu_white.png" alt="Menu Layout icon" width="24" height="19"></div></td>
|
||||
<td valign="top">Menu > Layout</td>
|
||||
<td valign="top">Provides multiple layout options for the Breakpoints view. </td>
|
||||
<td valign="top"><strong>View Menu > Layout</strong></td>
|
||||
<td valign="top">Provides multiple layout options for the Registers view. </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -52,123 +53,123 @@ stops. </p>
|
|||
<p>The Registers view context menu commands include:</p>
|
||||
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
|
||||
<tr>
|
||||
<td width="19%" align="left"><div align="center"><strong>Command</strong></div></td>
|
||||
<td width="35%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="46%"><div align="center"><strong>Description</strong></div></td>
|
||||
<td width="5%" align="left"><div align="center"><strong>Icon</strong></div></td>
|
||||
<td width="25%"><div align="center"><strong>Name</strong></div></td>
|
||||
<td width="70%"><div align="center"><strong>Description</strong></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Add Register Group </td>
|
||||
<td valign="top"><strong>Add Register Group </strong></td>
|
||||
<td valign="top">Open the <strong>Register Group</strong> dialog which allows you to define a register group that is shown in the Registers view. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Assign Value </td>
|
||||
<td valign="top"><strong>Assign Value </strong></td>
|
||||
<td valign="top">Assigns a value to the selected register. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reg_cast_to_type.png" alt="Cast to Type icon" width="22" height="22"></div></td>
|
||||
<td valign="top">Cast To Type... </td>
|
||||
<td valign="top"><strong>Cast To Type... </strong></td>
|
||||
<td valign="top">Open the <strong>Cast To Type</strong> dialog. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reg_change_value.png" alt="Change Value icon" width="23" height="22"></div></td>
|
||||
<td valign="top">Change Value... </td>
|
||||
<td valign="top"><strong>Change Value... </strong></td>
|
||||
<td valign="top">Open the <strong>Set Value</strong> dialog to change the selected registers value. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Content Assist </td>
|
||||
<td valign="top"><strong>Content Assist </strong></td>
|
||||
<td valign="top">Opens a content assist dialog at the current cursor position.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Copy</td>
|
||||
<td valign="top"><strong>Copy</strong></td>
|
||||
<td valign="top">Copies the currently selected text or elements to the clipboard </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reg_copy_registers.png" alt="Copy Registers icon" width="23" height="22"></div></td>
|
||||
<td valign="top"><div align="left">Copy Registers </div></td>
|
||||
<td valign="top"><div align="left"><strong>Copy Registers</strong> </div></td>
|
||||
<td valign="top">Copies the register names and contents to the clipboard </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reg_create_watch_expr.png" alt="Create Watch Expression icon" width="24" height="22"></div></td>
|
||||
<td valign="top">Create Watch Expression </td>
|
||||
<td valign="top"><strong>Create Watch Expression </strong></td>
|
||||
<td valign="top">Converts the selected register into a watch expression.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Cut</td>
|
||||
<td valign="top"><strong>Cut</strong></td>
|
||||
<td valign="top">Copies the currently selected text or element to the clipboard and removes the element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reg_disable.png" alt="Disable icon" width="22" height="21"></div></td>
|
||||
<td valign="top">Disable</td>
|
||||
<td valign="top"><strong>Disable</strong></td>
|
||||
<td valign="top">Disables the selected register. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reg_display_array.png" alt="Display as Array icon" width="22" height="21"></div></td>
|
||||
<td valign="top">Display As Array...</td>
|
||||
<td valign="top"><strong>Display As Array...</strong></td>
|
||||
<td valign="top">Open the <strong>Display As Array</strong> dialog which allows you to specify the start and length of the array. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Edit Register Group </td>
|
||||
<td valign="top"><strong>Edit Register Group </strong></td>
|
||||
<td valign="top">Open the <strong>Register Group</strong> dialog to edit the selected register group. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"><img src="../images/icon_reg_enable.png" alt="Enable icon" width="22" height="21"></div></td>
|
||||
<td valign="top"><div align="left">Enable</div></td>
|
||||
<td valign="top"><div align="left"><strong>Enable</strong></div></td>
|
||||
<td valign="top">Enables the selected register. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Find...</td>
|
||||
<td valign="top"><strong>Find...</strong></td>
|
||||
<td valign="top">Open the <strong>Find</strong> dialog which allows you to find specific elements within the view.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Find/Replace</td>
|
||||
<td valign="top"><strong>Find/Replace</strong></td>
|
||||
<td valign="top">Open the <strong>Find / Replace</strong> dialog.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Format</td>
|
||||
<td valign="top"><strong>Format</strong></td>
|
||||
<td valign="top">Select a format type. Choices include: BInary, Decimal, Natural, and hexadecimal. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Max Length... </td>
|
||||
<td valign="top"><strong>Max Length... </strong></td>
|
||||
<td valign="top">Open the <strong>Configure Details Pane</strong> dialog to set the maximum number of characters to display. Default is 10000. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Paste</td>
|
||||
<td valign="top"><strong>Paste</strong></td>
|
||||
<td valign="top">Paste the current clipboard content as text.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">Remove Register Group </td>
|
||||
<td valign="top"><strong>Remove Register Group </strong></td>
|
||||
<td valign="top">Removes the currently selected register group. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Restore Default Register Groups</td>
|
||||
<td valign="top"><strong>Restore Default Register Groups</strong></td>
|
||||
<td valign="top">Restores the original register groups. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Restore Original Type </td>
|
||||
<td valign="top"><strong>Restore Original Type </strong></td>
|
||||
<td valign="top">Returns the selected register to the original type. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Select All </td>
|
||||
<td valign="top"><strong>Select All </strong></td>
|
||||
<td valign="top">Select all the editor content.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><div align="center"></div></td>
|
||||
<td valign="top">Wrap Text </td>
|
||||
<td valign="top"><strong>Wrap Text </strong></td>
|
||||
<td valign="top">Activate to wrap the text contents within the visible area of the Details pane of the Registers view. </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -181,7 +182,8 @@ stops. </p>
|
|||
<a href="../tasks/cdt_t_registers.htm">Working with registers</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
||||
<br>
|
||||
<a href="cdt_o_views.htm">Views</a></p>
|
||||
<a href="cdt_o_views.htm">C/C++ Views</a></p>
|
||||
<hr />
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
||||
</body>
|
||||
|
|