_plugin_debugskipexceptions

This function returns sets if the debugger should skip first-chance exceptions. This is useful when creating unpackers or other plugins that run the debuggee.

void _plugin_debugskipexceptions( bool skip //skip flag );

参数

skip:Flag if we need to skip first-chance exceptions or not.

返回值

此函数不返回值。