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.
'System > OS' 카테고리의 다른 글
| 한 번에 3개 이상의 파일을 다운로드하기 위해 Internet Explorer를 구성하는 방법 (0) | 2011/06/29 |
|---|---|
| Windows 8 Leaked Plan (0) | 2011/03/09 |
| debugging tools for windows - Crash Dump (0) | 2011/02/24 |
| Windows 7 64비트 지원 백신 - Microsoft Security Essentials (0) | 2010/03/16 |
| AMD-V Hyper-V System Compatibility Check Utillity 1.0 (0) | 2010/02/18 |
| Install Windows 7 via USB Drive (0) | 2009/09/21 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^

Prev



