core/com.nokia.carbide.cpp.doc.user/html/reference/view_expressions.htm
branchRCL_2_4
changeset 949 57698352558c
parent 475 bb1095fec5b3
child 987 77469bd2d10b
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/view_expressions.htm	Thu Feb 11 16:46:41 2010 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/view_expressions.htm	Fri Feb 12 14:45:16 2010 -0600
@@ -9,19 +9,19 @@
 </head>
 <body bgcolor="#FFFFFF">
 <h2>Expressions View </h2>
-<p>  The <b>Expressions</b> view helps you monitor and manipulate these  items:</p>
+<p>  Use the <b>Expressions</b> view to monitor and manipulate:</p>
 <ul>
   <li>global and local variables</li>
   <li>structure members</li>
   <li>array elements</li>
 </ul>
-<p>The Expressions view displays these columns: </p>
+<p>The Expressions view displays these panes: </p>
 <ul>
-  <li>Expression column&#8212;Lists expressions and expression hierarchies. Click the hierarchical controls to expand or collapse the expression view.</li>
-  <li>Value column&#8212;Shows the current value of each corresponding expression. Double-click a value to change it.</li>
+  <li>Expression pane (left) &#8212; Lists expressions and expression hierarchies. Click the hierarchical controls to expand or collapse the expression view.</li>
+  <li>Value pane (right) &#8212; Shows the current value of each corresponding expression. Double-click a value to change it.</li>
 </ul>
-<p>Figure 1 shows the Expressions view. Table 1 explains items in view.</p>
-<p align="center"><img src="images/view_expressions.png" width="439" height="144" /></p>
+<p>Figure 1 shows the <b>Expressions</b> view.</p>
+<p align="center"><img src="images/view_expressions.png" width="571" height="202" /></p>
 <p class="figure">Figure 1 - Expressions view </p>
 <h5>Table 1. Expressions view &mdash;items </h5>
 <table width="88%"  border="0" cellpadding="2" cellspacing="0">
@@ -46,6 +46,11 @@
       <td>Collapses all expanded expressions into the top level. </td>
     </tr>
     <tr>
+      <td><b>New Watch Expression</b></td>
+      <td>&nbsp;</td>
+      <td>Click to open the <b>Add Watch Expression</b> dialog.</td>
+    </tr>
+    <tr>
       <td><b>Remove Selected Expression </b></td>
       <td><div align="center"><img src="../images/icons/var_remove_selected_globals_icon.png" width="18" height="16" /></div></td>
       <td>Click to remove all currently selected expressions from the expressions list. </td>
@@ -55,15 +60,20 @@
       <td><div align="center"><img src="../images/icons/var_remove_all_globals_icon.png" width="19" height="19" /></div></td>
       <td>Click to remove all expressions from the expressions list. </td>
     </tr>
+    <tr>
+      <td><b>Refresh</b></td>
+      <td>&nbsp;</td>
+      <td>Click to refresh view display.</td>
+    </tr>
 </table>
-  <h4>Opening the Expressions View </h4>
+<h4>Opening the Expressions View </h4>
   <p>Use the Expressions view to inspect frequently used variables as their values change during a debugging session.</p>
   <div class="step">
   <h4>Opening an Expressions view </h4>
   <ul>
     <li>Select Window &gt; Show View &gt; Expressions</li>
     <li>OR</li>
-    <li>Right-click a variable in the <a href="view_variables.htm">Variables</a> or editor view and choose the Add Watchpoint command </li>
+    <li>Right-click a variable in the <a href="view_variables.htm">Variables</a> or editor view and choose the Add Watchpoint (C/C++) menu item</li>
     <p>An Expressions view appears in the current perspective.</p>
   </ul>
 </div>
@@ -72,7 +82,7 @@
   <li><a href="../debugger/variables/adding_expressions.htm">Adding &amp; Removing Expressions</a></li>
   <li><a href="../debugger/variables/editing_expressions.htm">Editing Expressions</a></li>
 </ul>
-<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
+<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
 
 </body>
 </html>