Reputation: 8911
I have created a super simple C++ console application that does a division by zero. I also added CrashRpt to the project and set everything up according to these instructions:
http://crashrpt.sourceforge.net/docs/html/configuring_project.html (e.g. all debugging symbols are generated also in release build)
When I build and run my application in debug mode everything works fine: the application crashes, CrashRpt pops up and generates a report/dump file.
But when I run in release mode, the application just quits. Nothing pops up, no CrashRpt, no windows message. Nothing.
Upvotes: 0
Views: 383