Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

Suppressing Errors

Runtime checking includes a powerful error suppression facility that provides great flexibility in limiting the number and types of errors reported. If an error occurs that you have suppressed, then no report is given, and the program continues as if no error had occurred.

You can suppress errors using the suppress command.

You can undo error suppression using the unsuppress command.

Suppression is persistent across run commands within the same debug session, but not across debug commands.