visual studio 2010 - XNA 4.0 + VS2010: Symbols not loaded -


i've installed xna game studio 4.0 along phone development tools play xna/wp in vs2010 installation.

all fine, altough cannot vs2010 load symbols , e.g: xna assemblies.

i'm using vs2008 sp1 installation side-by-side no symbols configured in ide via env vars (since need use windbg).

my local symbol path setup as:

_nt_symbol_path=srv*c:\symbols*http://msdl.microsoft.com/download/symbols

vs2008 sp1 works caching symbols specified folder.

however, cannot make work in vs2010. looking @ target symbols folder, found failedloads folder lot of text files containing "pdb not found".

vs2010 modules window shows many 'cannot find or open pdb' files microsoft.xna.* assemblies.

i didn't find anything in google or msdn forums.

any appreciated. thank you.

i assume no public symbols available ms, :p.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -