- Enable Debug in Release mode. VS2015 and VS2017
- Get the version number of the application and the generated dmp file.
- Place the executable, the generated pdb (from step 1) and the generated dmp file (from step 2) in the same folder.
- Open the dmp file in Visual Studio, Click F5 to run debug to see the result.
- Ability to generate and save the dmp file.
- CHange the error message box to be more clean.
- Allow users to auto send crash reports
- First release