core/com.nokia.carbide.cpp.doc.user/html/concepts/working_with_variables.htm
author fturovic <frank.turovich@nokia.com>
Wed, 17 Jun 2009 12:03:14 -0500
changeset 259 53dc199caef8
parent 0 fb279309251b
child 1225 a546534a48de
child 1376 120480c02651
permissions -rw-r--r--
updated release notes and bug fixes for 2.1

<!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>Working with Variables</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
<style type="text/css">
<!--
.style1 {color: #FF0000}
.style2 {color: #000000}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<h2>Working with Variables</h2>
<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>
<ul>
  <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>
  <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>
</ul>
<h5>Related references</h5>
<ul>
  <li><a href="../reference/view_expressions.htm">Expressions view</a></li>
  <li><a href="../reference/view_variables.htm">Variables View</a> </li>
  <li><a href="../tasks/variables/set_variable_formats.htm">Setting Variable Formats</a></li>
  <li><a href="../tasks/variables/show_variables_view.htm">Opening a Variables View</a></li>
  <li><a href="../tasks/variables/show_global_variables.htm">Showing Global Variables</a></li>
</ul>
<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>