How to use Debug with/without Microsoft Application Verifier in Visual Studio 2013
问题 So I've installed the application verifier to help me with debugging, however I don't know how to use it properly. First off, it seems to have attached itself permanently to visual studio. Whenever I run any application in debugging mode through visual studio, the verifier automatically steps in. This is a problem, because it slows down the execution massively, but there doesn't seem to be a way to run the debugger without the verifier anymore? I really don't want to reinstall it every time I