debugging crashing applications on customer’s windows
September 13th, 2009
No comments
this snipped using the windows debugger (shipped with win 2k and after) was very helpful in tracking a problem:
set _NT_DEBUG_LOG_FILE_OPEN=debug-log.txt ntsd -v -c "kb;q".exe
also, you might want to read this awesome article:
http://blogs.msdn.com/pfedev/archive/2008/09/26/all-the-ways-to-capture-a-dump.aspx
and generally:
http://blogs.msdn.com/pfedev/
have fun debugging