From: Richard G. <ric...@ri...> - 2004-02-03 00:22:00
|
Here's the link for the tools: http://www.microsoft.com/whdc/ddk/debugging/default.mspx Read the bit about "how to get symbols" and try out the "symbol server" method. MUCH faster than pulling down the whole symbol package. When in the debugger, use the command "KV" for a stack trace, "analyze -v" for general info, and "r" for a register dump. Then use the Edit....Write Window text to file to save out the info. Someone correct any misleading info ;-) It may be time for someone to put up a Wiki or FAQ-o-matic... |