I’ve recently installed XNA Game Studio 4.0 along with the Phone Development tools to play with XNA/WP in my VS2010 installation.
All is fine, altough I cannot get VS2010 to load symbols for , e.g: XNA assemblies.
I’m using also a VS2008 SP1 installation side-by-side with no symbols configured in the IDE but via env vars (since I occasionally need to use WinDbg).
My local symbol path is setup as:
_NT_SYMBOL_PATH=srv*c:\symbols*http://msdl.microsoft.com/download/symbols
VS2008 SP1 works very well caching all symbols to the specified folder.
However, cannot make it work in VS2010. Looking at the target symbols folder, I found a FailedLoads folder with a lot of text files containing “PDB NOT FOUND”.
VS2010 Modules window shows many ‘Cannot find or open PDB’ files for Microsoft.Xna.* assemblies.
I didn’t find anything in Google or MSDN forums.
Any help is very appreciated. Thank you.
I assume no public symbols available from MS, :P.