Skip to content

Windows: Use SetErrorMode() to get notification on crashes which can otherwise be silent

Martin Heistermann requested to merge windows-error-dialogs into master

without this, starting the application from cmd.exe or powershell can surprisingly hide any signs of an application crash!

Merge request reports