What actions do I need to take to get a crash dump in ALL error scenarios?

前端 未结 6 1025
孤独总比滥情好
孤独总比滥情好 2021-02-04 09:39

We\'re on Windows and we want to get a crash dump (possibly using MiniDumpWriteDump) for all scenarios where our application exit\'s unexpectedly.

6条回答
  •  清酒与你
    2021-02-04 10:07

    I will add a workaround that one can use in certain scenarios when running on Windows 7:

    Windows Error Reporting (WER) offers the option to write full memory dumps on app crash.

    So, if you are fine with that, you "just" have to make sure that the crash scenarios you're actually interested in will trigger WER. ... Which, really, leads us back to this very question, but still ...

提交回复
热议问题