Setting Automatic Resolution of Multiple Operators

Related Topics:

Language and Scoping Defaults

By default, the debugger automatically resolves multiple operators with the same name. You can choose to turn off this behavior.

To turn off automatic resolution of multiple operators:

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 Language and Scoping tab.

3. Click to deselect the Automatic resolution:Overloaded operators checkbox.

4. Click OK to apply the change to the current session, or click Save as Defaults and then click OK to apply it to all sessions.

Note - This option is equivalent to the dbx
overload_operator Environment Variable.