글 작성자: 써니루루

Debugging tools for windows 에 포함된 추가 도구에 ADPlus가 있습니다.

이 녀석이 Crash Dump를 설정할 수 있는 유틸이고,


ADPlus 관련 정보는

http://msdn.microsoft.com/en-us/library/ff537953(v=VS.85).aspx

위 링크에서 확인할 수 있습니다.




예상되는 사용 시나리오는 아래 명령어처럼 실행하게 됩니다.


ADPlus -crash -iis -pn myapp.exe -o c:\temp



The following command runs ADPlus in crash mode for all instances of the process named Myapp.exe, in addition to Inetinfo.exe and all instances of Mtx.exe or Dllhost.exe. The minimized debugger then waits for an exception or a user to press CTRL+C in the minimized debugger window to generate a memory dump and detach the debugger. The memory dumps and log files are then put in the C:\Temp folder.