SetExceptionBPX

设置异常断点。如果异常断点处于活动状态,则具有相同机会和代码的所有异常将被捕获为断点事件,并且不会由默认异常处理策略处理。

参数

arg1 Exception name or code of the new exception breakpoint

[arg2] Chance. Set to first/1 to capture first-chance exceptions, second/2 to capture second-chance exceptions, all/3 to capture all exceptions. Default value is first.

结果

此命令不包含任何结果变量。