Displaying Local Variables

You can display values of all variables belonging to the function that is currently executed. For C++, the pointer is also displayed.

To display local variables:

Click View > Locals or click the Locals button.

The Locals window opens.

The Expression column displays the expression's name. The Value column displays the values of the evaluated expressions. The Locals window displays complex expressions, such as classes, records or arrays, with a plus sign in front of the expression.

See Also


Submit feedback on this help topic

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