How to create dmp file

after the crash happened, run the command in the command line:

adplus -crash -pn (your process name/process id) -o d:dumpfolder

Note: if process name is "devenv.exe", you'd better use the process id of

the crash devenv.exe

原文地址:https://www.cnblogs.com/WangShun/p/3342522.html