core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_variables.htm
changeset 1791 727385d8e2b3
parent 1754 a1e1c11d5a44
child 1934 4f0cd256d26c
equal deleted inserted replaced
1790:245ab754d54b 1791:727385d8e2b3
    11 .style1 {color: #FF0000}
    11 .style1 {color: #FF0000}
    12 .style2 {color: #000000}
    12 .style2 {color: #000000}
    13 -->
    13 -->
    14 </style>
    14 </style>
    15 </head>
    15 </head>
    16 <body bgcolor="#FFFFFF">
    16 <body >
    17 <h2>Working with Variables</h2>
    17 <h2>Working with Variables</h2>
    18 <p>  This section explains how to work with variables in a Carbide&trade; IDE debugging session. The following windows show various types of information about variables.</p>
    18 <p>  This section explains how to work with variables in a Carbide&trade; IDE debugging session. The following windows show various types of information about variables.</p>
    19 <ul>
    19 <ul>
    20   <li><a href="../reference/view_variables.htm">Variables</a> view &mdash; <span class="style2">shows information about global and static variables in your project</span></li>
    20   <li><a href="../reference/view_variables.htm">Variables</a> view &mdash; <span class="style2">shows information about global and static variables in your project</span></li>
    21   <li><a href="../reference/view_expressions.htm">Expressions</a> window&mdash; shows variable values and lets you form calculation expressions based on those values</li>
    21   <li><a href="../reference/view_expressions.htm">Expressions</a> window&mdash; shows variable values and lets you form calculation expressions based on those values</li>