Adding Expressions to the Evaluations Window

You can evaluate and observe the symbols of an application. Besides the usual variables and structures, it is possible to observe the value of pointer variables-the value of the variable to which the pointer refers-and even follow the chain of a pointer list.

To add an expression to the Evaluations window:

  1. Select an expression in the Source window.
  2. Right-click the selection.

    The pop-up menu appears.

  3. Select one of the following menu items:
    • Add to Evalwindow

      The selected expression is evaluated and the result is displays in an Evaluations window.

    • Add to Eval From Address

      The address of the expression is displayed in the Evaluations window.

    • Add to Eval From Pointer

      The selected expression is evaluated. The result of the evaluation is taken as a pointer, and the contents of the memory it points to is displayed in the Evaluations window.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.