How to make my code creating dump file before crash?

后端 未结 3 2076
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 12:23

I have some code in C# and C++ ( in one project ). This code have some crash and i trying t find it. but this crash is not reproduce any time - and i can\'t find it.

3条回答
  •  日久生厌
    2021-02-06 12:51

    I find it easier to use ProcDump. Try the -e (create dump on unhandled exceptions), -ma (w/ full process memory), and -t (create dump on app termination) options.

提交回复
热议问题