Exceptions silently caught by Windows, how to handle manually?

前端 未结 7 1258
一整个雨季
一整个雨季 2020-12-13 14:45

We\'re having problems with Windows silently eating exceptions and allowing the application to continue running, when the exception is thrown inside the message pump. For ex

7条回答
  •  执笔经年
    2020-12-13 15:31

    Your output looks like you're using Visual Studio...
    If not forget about my answer.
    You can specify which exceptions will be thrown normally, meaning that Visual Studio catches them and your progam stops where the access violation occurred. Do this in the Debug/Exceptions... menu. If you are not sure what to enable, just enable them all...

提交回复
热议问题