JamesDean
JamesDean

Reputation: 11

Download symbols from Microsoft symbol server

I read MSDN "using symbol server"

I am trying to download symbols from microsoft symbol server.

My symbol search path: srv*C:\symbols*http://msdl.microsoft.com/download/symbols

In WinDbg I always get error:

************* Symbol Loading Error Summary ************** 
Module name            Error 
ntdll                  PDB not found :
srv*c:\symbols*http://msdl.microsoft.com/download/symbols
                Unable to locate the .pdb file in this location

                       PDB not found : > srv*c:\symbols*https://msdl.microsoft.com/download/symbols
                Unable to locate the .pdb file in this location

How can I obtain the symbols from MS symbol server?

Upvotes: 1

Views: 8927

Answers (1)

ABC CHN
ABC CHN

Reputation: 21

because the location site is crashed! http://msdl.microsoft.com/download/symbols open that in your browser,you will see a crashed page,normally it will show a hint page if the site is good. i try to report this but cannot find the way.-_-!!! that brought me some trouble too.

question:is there a site cached MS symbols and opened for everyone?thanks.

Upvotes: 2

Related Questions