Sun Studio 12 Update 1:使用 dbx 调试程序

语法

unintercept intercepted_typename [, intercepted_typename ... ]

intercept 列表中删除类型为 intercepted_typename 的抛出。

unintercept -a[ll]

intercept 列表中删除所有类型的所有抛出。

unintercept -x excluded_typename [, excluded_typename ... ]

excluded 列表中删除 excluded_typename

unintercept -x -a[ll]

excluded 列表中删除所有类型的所有抛出。

unintercept

列出被拦截的类型。

其中:

included_typenameexcluded_typename 是异常类型规范,如 List <int>unsigned short