core/com.nokia.carbide.cpp.doc.user/html/reference/view_global_variables.htm
branchRCL_2_4
changeset 949 57698352558c
parent 0 fb279309251b
equal deleted inserted replaced
944:248e161fd5cd 949:57698352558c
     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 bgcolor="#FFFFFF">
    11 <h2>Global Variables Window</h2>
    11 <h2>Global Variables Window</h2>
    12 <p>The Global Variables window shows all global and static variables for each process that you debug. You can open separate Global Variables windows for each process in the same build target. Use the window to observe changes in variable values as the program executes.</p>
    12 <p>The Global Variables window shows all global and static variables for each process that you debug. You can open separate Global Variables windows for each process in the same build target. Use the window to observe changes in variable values as the program executes.</p>
    13 <p>Figure 1  shows the Global Variables window. Table 1  explains the items in the window.</p>
    13 <p>Figure 1  shows the Global Variables window.</p>
    14 <p class="figure">Figure 1 Global Variables window</p>
    14 <p class="figure">Figure 1 Global Variables window</p>
    15 <h5>Table 1 Global Variables window&mdash;items </h5>
    15 <h5>Table 1 Global Variables window&mdash;items </h5>
    16 <table width="84%"  border="0" cellpadding="2" cellspacing="0">
    16 <table width="84%"  border="0" cellpadding="2" cellspacing="0">
    17   <tr>
    17   <tr>
    18     <th width="28%" scope="col">Item</th>
    18     <th width="28%" scope="col">Item</th>
    19     <th width="72%" scope="col">Explanation</th>
    19     <th width="72%" scope="col">Explanation</th>
    20   </tr>
    20   </tr>
    21   <tr>
    21   <tr>
    22     <td>File</td>
    22     <td><b>File</b></td>
    23     <td>Lists source files that declare global or static variables. Click a source file to view its static variables. Click Global Variables to view all global variables declared in the program.</td>
    23     <td>Lists source files that declare global or static variables. Click a source file to view its static variables. Click Global Variables to view all global variables declared in the program.</td>
    24   </tr>
    24   </tr>
    25   <tr>
    25   <tr>
    26     <td>Variables</td>
    26     <td><b>Variables</b></td>
    27     <td>Lists variables according to the file selected in the File pane. Double-click a variable to display it in a separate Variable window.</td>
    27     <td>Lists variables according to the file selected in the File pane. Double-click a variable to display it in a separate Variable window.</td>
    28   </tr>
    28   </tr>
    29 </table>
    29 </table>
    30 <div class="step">
    30 <div class="step">
    31   <h5>Opening the Global Variables Window</h5>
    31   <h5>Opening the Global Variables Window</h5>
    45     <li>In the Thread window toolbar, use the Process list box to specify the process that has the global variables that you want to examine.</li>
    45     <li>In the Thread window toolbar, use the Process list box to specify the process that has the global variables that you want to examine.</li>
    46     <li>Click View &gt; Global Variables or Window &gt; Global Variables Window.</li>
    46     <li>Click View &gt; Global Variables or Window &gt; Global Variables Window.</li>
    47     <p>Repeat these steps for each process that has global variables that you want to examine.</p>
    47     <p>Repeat these steps for each process that has global variables that you want to examine.</p>
    48   </ol>
    48   </ol>
    49 </div>
    49 </div>
    50 <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>
    50 <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>
    51 
    51 
    52 </body>
    52 </body>
    53 </html>
    53 </html>