core/com.nokia.carbide.cpp.doc.user/html/debugger/variables/view_variables.htm
changeset 2142 1458a474103c
parent 2140 3cc835ea617d
equal deleted inserted replaced
2141:9526bdb37542 2142:1458a474103c
     9 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
    10 </head>
    10 </head>
    11 <body >
    11 <body >
    12 <h2>Variables view</h2>
    12 <h2>Variables view</h2>
    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>
    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>
    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>
    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 Value pane within the view.</p>
    15 <p align="center"><img src="../images/view_variables.png" width="551" height="281"></p>
    15 <p align="center"><img src="../images/view_variables.png" width="551" height="281"></p>
    16 <p class="figure">Figure 1 - Variables view </p>
    16 <p class="figure">Figure 1 - Variables view </p>
    17 <div class="step">
    17 <div class="step">
    18     <h4>To open the Variables view </h4>
    18     <h4>To open the Variables view </h4>
    19     <ul>
    19     <ul>