Adding Expressions

You can add adding expressions for inspection using a variety of views, including Expressions, Variables, and editor views .

You can enter any valid C/C++ expression, for example:

2 + 2
myVariable + 8
&myVariable
myClass.myMemberVar
etc.

Are all valid expressions that the Expression view can monitor and display. However, the expression cannot call a function or execute code. The following example will not work:

std:strlen("Hello");

Adding Expressions

Related tasks
Related references