Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - use the variable options to set display options and to specify which members http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Use the Variable options to set display options and to specify which members
of a class you want displayed when a structure or class is expanded.  You
can set:

Protected
    Display protected members in expanded classes.

Private
    Display private members in expanded classes.

Whole Expression
    Turn this option on to show the whole expression used to access fields
    and array elements instead of just the element number or field name
    itself.

Functions
    Display C++ member functions in expanded classes.

Inherited
    Display inherited members in expanded classes.

Compiler
    Display the compiler-generated members.  You will usually not want this
    option turned on.

Members
    Display members of the 'this' pointer as if they were local variables
    declared within the member function.

Static
    Display static members.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson