Debugging a Program With dbx

unintercept [-a | -x | typename]

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