Wednesday, February 25, 2009

winqual windbg

Just got the newest Debugging Tools for Windows...http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx

here's the script we typically use to analyze winqual cab files:

.sympath SRV*c:\temp\symbols*http://msdl.microsoft.com/download/symbols
.exepath+ C:\Windows\Microsoft.NET\Framework\v2.0.50727;c:\temp\symbols
.loadby sos mscorwks
.reload
!analyze -v

No comments: