Showing Inherited Members

Related Topics:

Debugging Output Defaults

By default, the debugger includes inherited members when debugging a C++ program. You can choose to not include inherited members.

1. In the Debugging Window, choose Debug Debugging Options. Or, in the Sun WorkShop main window, choose Options Debugging Options.

2. In the Debugging Options Dialog Box, click the Debugging Output tab.

3. At Variable Evaluation (C++ only), click to deselect the Include inherited members checkbox.

4. Click OK to save changes for the current session, or click Save As Defaults and then click OK to save as the new default for all sessions.

Note - This option is equivalent to the dbx
output_inherited_members Environment Variable and to the -v options to the dbx print commands.