I have a bunch of unit tests that I\'m running in batch mode. Occasionally, one will crash with a debug assertion fired from the Visual C++ library. This causes a dialog t
I put the code for a suitable hook (that you can install with _CrtSetReportHook()) in: https://stackoverflow.com/a/28852798/2345997