Sun Studio 12 Update 1: Debugging a Program With dbx

unintercept [-all] [-x] [typename] Command

Use the unintercept command to remove exception types from the intercept list or the excluded list. Use the command with no arguments to list the types that are being intercepted (same as the intercept command). Use -all to remove all types from the intercept list. Use typename to remove a type from the intercept list. Use -x to remove a type from the excluded list.

For more information, see unintercept Command.