core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/viewing_variables.htm
changeset 1791 727385d8e2b3
parent 1658 2a5c0df13bad
child 2136 f0b706fa897d
equal deleted inserted replaced
1790:245ab754d54b 1791:727385d8e2b3
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     7 <title>Viewing Variables</title>
     7 <title>Viewing Variables</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 </head>
     9 </head>
    10 <body bgcolor="#FFFFFF">
    10 <body >
    11 <h2>Viewing Variables </h2>
    11 <h2>Viewing Variables </h2>
    12 <p>The <b>Variables</b> 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>
    12 <p>The <b>Variables</b> 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>
    13 <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>
    13 <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>
    14 <p align="center"><img src="../images/view_variables.png" width="551" height="281"></p>
    14 <p align="center"><img src="../images/view_variables.png" width="551" height="281"></p>
    15 <p class="figure">Figure 1 - Variables view </p>
    15 <p class="figure">Figure 1 - Variables view </p>