Background:
When using ApplicationVerifier&WinDBG with my C application, I keep getting a breakpoint due to APPLICATION_VERIFIER_IO_ASYNCIO_STACK_UNWIND (800).
This isn't relevant for my application, so I'd like to disable it.
Problem is -
I know I can disable it via ApplicationVerifier itself,
but is there any way to suppress this in my code?
I need this not to happen on other instances of ApplicationVerifier as well...
You can customize Application Verifier flags by executable. Try using
gflags first. If you cannot find the switch for this particular check, you should be able to set it in the registry manually.
Proposed as answer byMay Wang - MSFTWednesday, December 16, 2015 3:08 AM
Marked as answer byMay Wang - MSFTWednesday, December 16, 2015 3:08 AM
You can customize Application Verifier flags by executable. Try using
gflags first. If you cannot find the switch for this particular check, you should be able to set it in the registry manually.
Proposed as answer byMay Wang - MSFTWednesday, December 16, 2015 3:08 AM
Marked as answer byMay Wang - MSFTWednesday, December 16, 2015 3:08 AM