블로그 이미지
vicjung

프로그래밍이나 컴퓨터 관련 위주 블로그

Rss feed Tistory
Debugging 2011. 11. 23. 19:30

windbg 덤프 생성

.dump /f d:\test_crash.dmp

 

* /f: Creates a complete memory dump, /o: overwriters an existing dump files

 

[참고자료]

.dump Create Dump File)

http://msdn.microsoft.com/en-us/library/cc266761.aspx

,
TOTAL TODAY