core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/view_variables.htm
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 15:57:37 -0500
changeset 2137 0a2167a80b64
child 2140 3cc835ea617d
permissions -rw-r--r--
minor edits on view pages to make them more similar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     2
<html>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     3
<head>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     7
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     8
<title>Variables view</title>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     9
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    10
</head>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    11
<body >
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    12
<h2>Variables view</h2>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    13
<p>The <img src="../../images/command_link.png" border="0" alt="" /> <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.debug.ui.VariableView)")' class="command-link"><b>Variables</b></a> view allows manipulation of project  variables and the variable hierarchy used in the source code. For example, you can change the variable format, change a variable value, add watch expressions, or add global variables. </p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    14
<p>Figure 1 shows the Variables view with <b>Show Type Names</b> option enabled. The default view shows the variables list and include the Name and Value for all the variables within scope. In addition, when you select a variable its value is also shown in a different pane within the view.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    15
<p align="center"><img src="../images/view_variables.png" width="551" height="281"></p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    16
<p class="figure">Figure 1 - Variables view </p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    17
<h3>Variables view toolbar icons</h3>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    18
<p>The following commands appear on the <b>Variables</b> view toolbar: </p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    19
<table width="88%"  border="0" cellpadding="2" cellspacing="0">
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    20
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    21
    <th width="34%" scope="col">Item</th>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    22
    <th width="14%" scope="col">Icons</th>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    23
    <th width="52%" scope="col">Explanation</th>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    24
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    25
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    26
    <td><b>Show Type Names </b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    27
    <td><div align="center"><img src="../images/var_toggle_type_names_icon.png" width="19" height="19" /></div></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    28
    <td>Toggles the display of type names in the <b>Variables</b> view. </td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    29
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    30
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    31
    <td><b>Show Logical Structure </b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    32
    <td><div align="center"><img src="../images/var_show_logical_struct_icon.png" width="19" height="19" /></div></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    33
    <td>Not available in C/C++ yet. </td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    34
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    35
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    36
    <td><b>Collapse All </b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    37
    <td><div align="center"><img src="../images/var_collapse_all_icon.png" width="17" height="18" /></div></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    38
    <td>Collapses all expanded variables into the top level. </td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    39
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    40
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    41
    <td><b>Add Global Variables </b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    42
    <td><div align="center"><img src="../images/var_add_global_vars_icon.png" width="19" height="19" /></div></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    43
    <td><p>Click to open the <a href="adding_variables.htm">Global Variables</a> dialog where you can select one or more global variables to display in the Variables view. Global variables appear at the top of the variables list. </p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    44
        <p class="note"><b>NOTE</b> Not yet implemented in C3, use <b>View Menu &gt; Show Globals Defined in this File</b> menu option instead.</p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    45
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    46
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    47
    <td><b>Remove Selected Global Variables </b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    48
    <td><div align="center"><img src="../images/var_remove_selected_globals_icon.png" width="18" height="16" /></div></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    49
    <td>Click to remove all currently selected global variables from the variables list. </td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    50
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    51
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    52
    <td><b>Remove All Global Variables </b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    53
    <td><div align="center"><img src="../images/var_remove_all_globals_icon.png" width="19" height="19" /></div></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    54
    <td>Click to remove all global variables from the variables list. </td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    55
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    56
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    57
    <td><b>View Menu</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    58
    <td><div align="center"><img src="../images/icon_menu_white.png" width="12" height="12"></div></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    59
    <td><p>Enables you to modifiy the <b>Layout</b> to change the view orientation between: horizontal, vertical, or variables pane only and customize the columns shown in the view.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    60
        <p align="center"><img src="../images/menu_view_variables_01.png" alt="View menu" width="373" height="158"></p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    61
        <p>In addition, use <b>Show All Variables</b> to toggle between showing only those variables that are in scope and live or   show all local variables, even if redundant. With this option on you will see all of the variables including the multiple defined variables like &ldquo;i&rdquo; for your loops  and ones that may no longer have accurate values.</p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    62
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    63
</table>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    64
<h3>Variables view context menu options</h3>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    65
<p>Right-click in the <b>Variables</b> view to access the commands on the Variables view context menu.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    66
<p align="center"><img src="../images/menu_view_variables_02.png" alt="Variables view context menu" width="424" height="344"></p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    67
<p class="figure">Figure 2. Variables view context menu commands</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    68
<p>The  commands include: </p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    69
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    70
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    71
    <th width="27%" scope="col">Item</th>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    72
    <th width="62%" scope="col">Explanation</th>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    73
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    74
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    75
    <td><b>Select All</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    76
    <td>Selects all the variables shown in the <b>Variables</b> view.</td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    77
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    78
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    79
    <td><b>Copy Variables</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    80
    <td><p>Copies the selected variables to the clipboard.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    81
        <p class="note"><strong>NOTE</strong> Only the selected variables visible in the Variables view are copied. Variables listed outside the boundary of the view are not in memory and can't be copied at this time.</p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    82
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    83
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    84
    <td><b>Enable</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    85
    <td>Enables the selected variable.</td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    86
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    87
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    88
    <td><b>Disable</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    89
    <td>Disables the selected variable.</td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    90
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    91
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    92
    <td><b>Cast To Type...</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    93
    <td><p>Opens the <b>Cast to Type</b> dialog where you can assign a new type to the variable. Enter the type and click <strong>OK</strong>. </p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    94
        <p>All cast variables are then shown using the <strong>Restore Original Type</strong> menu option making them easy to identify and restore later.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    95
        <p align="center"><img src="../images/wnd_cast_to_type.png" alt="Cast To Type window" width="488" height="197"></p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    96
        </td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    97
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    98
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    99
      <td><strong>Display As Array...</strong></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   100
      <td><p>Opens the <strong>Display as Array</strong> dialog where you can set array parameters to show the variables. Enter the <strong>Start index</strong> and <strong>Length</strong>, then click <strong>OK</strong> to update how the variables are shown in the Variables view.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   101
        <p align="center"><img src="../images/wnd_display_as_array.png" alt="Display as Array" width="488" height="195"></p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   102
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   103
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   104
    <td><b>View Memory</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   105
    <td>Opens a <a href="../views/view_memory.htm">Memory</a> view on the selected variable so you can examine it.</td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   106
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   107
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   108
      <td><b>Format</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   109
      <td><p>Change the selected variable's  display format. The default setting is Natural, or the format assigned when the variable is defined. For example, the decimal value of 256 would appear as:</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   110
              <ul>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   111
                  <li>Binary (<span class="code">0b100000</span>)</li>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   112
                  <li>Natural (<span class="code">256</span>)</li>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   113
                  <li>Decimal (<span class="code">256</span>)</li>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   114
                  <li>Hexadecimal (<span class="code">0x100</span>)</li>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   115
              </ul></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   116
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   117
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   118
    <td><b>Find...</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   119
    <td><p>Opens a <b>Find</b> dialog to search for variables. Enter the variable to search for and click <strong>OK</strong>.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   120
        <p align="center"><img src="../images/wnd_find_variables.png" alt="Find window" width="398" height="437"></p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   121
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   122
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   123
    <td><b>Change Value...</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   124
    <td><p>Opens the <b>Set Value</b> dialog where you can modify the value assigned to the selected variable. Change the value and click <b>OK</b>.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   125
    <p align="center"><img src="../images/wnd_set_value.png" width="488" height="234"></p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   126
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   127
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   128
      <td><b>Add Global Variables...</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   129
      <td><p>Select  to open the <a href="adding_variables.htm">Global Variables</a> dialog where you can select one or more global variables to display in the Variables view. Global variables appear at the top of the variables list. </p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   130
        <p class="note"><b>NOTE</b> Not yet implemented in C3, use <b>View Menu &gt; Show Globals Defined in this File</b> menu options instead.</p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   131
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   132
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   133
      <td><b>Remove Global Variables</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   134
      <td><p>Remove the selected global variables from the Variables view.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   135
        <p class="note"><b>NOTE</b> Not yet implemented in C3, use <b>View Menu &gt; Show Globals Defined in this File</b> menu options instead.</p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   136
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   137
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   138
      <td><b>Remove All Global Variables</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   139
      <td>Remove all  global variables from the Variables view.</td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   140
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   141
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   142
    <td><b>Add Watchpoint (C/C++)...</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   143
    <td><p>Opens the <a href="../watchpoints/setting_watchpoints.htm">Add Watchpoint</a> dialog enabling you to define a watchpoint on the variable.</p>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   144
        <p align="center"><img src="../images/wnd_add_watchpoint.png" alt="Add Watchpoint window" width="238" height="253"></p></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   145
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   146
  <tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   147
    <td><b> Watch</b></td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   148
    <td>Creates a watchpoint on the selected variable and displays it in the <a href="../watchpoints/watchpoints.htm">Watchpoint</a> view. </td>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   149
  </tr>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   150
</table>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   151
<h5>Other references</h5>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   152
<ul>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   153
  <li><a href="variables.htm">Variables and Expressions Overview</a></li>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   154
</ul>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   155
<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>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   156
</body>
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   157
</html>