core/com.nokia.carbide.cpp.doc.user/html/reference/view_global_variables.htm
author fturovic <frank.turovich@nokia.com>
Mon, 10 Aug 2009 15:21:12 -0500
changeset 400 9b005a8e6778
parent 0 fb279309251b
child 949 57698352558c
child 1207 e265bbe56eb0
permissions -rw-r--r--
removed duplicate pages, unused images, and fixed links to same

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Global Variables Window</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Global Variables Window</h2>
<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>
<p>Figure 1  shows the Global Variables window. Table 1  explains the items in the window.</p>
<p class="figure">Figure 1 Global Variables window</p>
<h5>Table 1 Global Variables window&mdash;items </h5>
<table width="84%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="28%" scope="col">Item</th>
    <th width="72%" scope="col">Explanation</th>
  </tr>
  <tr>
    <td>File</td>
    <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>
  </tr>
  <tr>
    <td>Variables</td>
    <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>
  </tr>
</table>
<div class="step">
  <h5>Opening the Global Variables Window</h5>
  <p>Use the Global Variables window to display global variables declared in a program or static variables declared in source files that comprise the program.</p>
  <ul>
    <li>To open the Global Variables window, select View &gt; Global Variables or Window &gt; Global Variables Window.</li>
  </ul>
</div>
<p></p>
<div class="step">
  <h5>Viewing Global Variables for Different Processes</h5>
  <p>You can open a separate Global Variables window for each process that the same parent application creates.</p>
  <p>To open the Global Variables window for a particular process, follow these steps:</p>
  <ol>
    <li>Click Project &gt; Debug.</li>
  <p>A debugging session starts.</p>
    <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>
    <li>Click View &gt; Global Variables or Window &gt; Global Variables Window.</li>
    <p>Repeat these steps for each process that has global variables that you want to examine.</p>
  </ol>
</div>
<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>

</body>
</html>