Setting Automatic Resolution of Multiple Functions

Related Topics:

Language and Scoping Defaults

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

To turn off automatic resolution of multiple functions:

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 function 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_function Environment Variable.