Цитата
Symbol search path is: *** Invalid ***
Цитата
* Symbols can not be loaded because symbol path is not initialized. *
Windows symbol files are free from Microsoft's Web site, and the debugger can retrieve them automatically. To set up the debugger to do this, verify that you have a live Internet connection and set the symbol file path in WinDbg by selecting File | Symbol File Path. Then enter the following string:
SRV*c:\local cache*
http://msdl.microsoft.com/download/symbols
Substituting your own directory path for c:\local cache. For example, if you want the symbols to be placed in c:\symbols, then set your symbol path to
SRV*c:\symbols*
http://msdl.microsoft.com/download/symbols
The location of the symbol table is up to you.