Variables view filtering options
- Show only variables from the user name space:
This suppresses the display of any variables whose names are reserved
names in C and C++. These names begin with two underscores, or one
underscore and an upper case character.
- Show static variables from the file scope::
The variables displayed will include any static or extern variables
defined in the current compile unit.
- Show data members of C++ class: If the
stack frame is for a C++ member function, data members of the C++
class will be included.
- Show only variables in the immediate scope:
Only those variables defined in the most nested set of curly braces
({}) will be shown.