unintercept Command

Related Topics:

intercept Command

The unintercept command undoes intercept commands (C++ only).

Syntax
unintercept typename Delete typename from intercept list.
unintercept -a Delete all types from intercept list.
unintercept -x typename Delete typename from intercept -x list.
unintercept -x -a Delete all types from intercept -x list.
unintercept List intercepted types

where:

typename may be either -unhandled or -unexpected.