其他分享
首页 > 其他分享> > 如何打开 Visual Studio 的 Dump,适用于调试 appcrash,exception

如何打开 Visual Studio 的 Dump,适用于调试 appcrash,exception

作者:互联网

https://keithbabinec.com/2018/06/12/how-to-capture-and-debug-net-application-crash-dumps-in-windows/

https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps

 

The second option is to configure WER to create a dump file for your specific application if it crashes. You can go this route if you don’t want live debugging and just need the dump file created on disk for later analysis. This feature is included in Windows, so there is no need to install extra software to create the dump. WER dump settings are configured via the registry as follows:

标签:exception,Dump,dump,WER,Windows,create,dumps,application,Visual
来源: https://www.cnblogs.com/liujx2019/p/11607465.html