Suppressing Duplicate Error Messages

Related Topics:

Runtime Checking Defaults

By default runtime checking reports every error encountered, even if it is a duplicate. This is useful if you want to know more when the same error is reporting multiple times, such as when an error occurs in a loop. In other cases you may want to turn off the duplicate error messages.

To suppress duplicate error messages:

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 Runtime Checking tab.

3. At Error Reporting, click the Suppress duplicate error messages 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
rtc_auto_suppress Environment Variable.