core/com.nokia.carbide.cpp.doc.user/html/concepts/symbol_hints.htm
author fturovic <frank.turovich@nokia.com>
Wed, 17 Jun 2009 12:03:14 -0500
changeset 259 53dc199caef8
parent 0 fb279309251b
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>Symbol Hint</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Symbol Hint</h2>
<p>  The symbol hint shows information about variable values. This information appears automatically while the debugger is active.<br />
Select the Show variable values in the source code option in the Display Settings preference panel to use the symbol hint.</p>
<h4>Toggling the Symbol Hint</h4>
<p> Turn on the symbol hint to view information about program variables in source views.</p>
<div class="step">
  <h5>To toggle the symbol hint </h5>
  <ol>
    <li>Click Edit &gt; Preferences.</li>
    <p>The IDE Preferences window appears.</p>
    <li>Select Display Settings in the IDE Preference Panels list.</li>
    <li>Check or clear the Show variable values in source code checkbox.</li>
    <p>Check the checkbox to use the symbol hint. Clear the checkbox to stop using the symbol hint.</p>
    <li>Click Apply or Save to confirm your changes to the preference panel.</li>
    <li>Close the IDE Preferences window.</li>
  </ol>
</div>
<h4>Using the Symbol Hint</h4>
<p>During a debugging session, use the symbol hint to view information about program variables.</p>
<p>To use the symbol hint, rest the cursor over a variable in a source view. After a brief pause, the symbol hint appears and shows the current variable value.</p>
<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>