Evaluating Expressions from a Pointer

You can evaluate source code expressions, take the result as an address, and display the corresponding memory contents.

To evaluate expressions from a pointer:

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

    The pop-up menu appears.

  3. Select Evaluate From Pointer.

    The debugger evaluates the expression, takes the result of the evaluation as a pointer, and prints the contents of the memory it points to in the Console window.

See Also


Submit feedback on this help topic

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