views:

102

answers:

1

Back when M$ first released the ability to point visual studio at a symbol server and actually debug into .NET code I got it up and working no problem on VS2008.

Now trying to do this with VS2010 or my local copy of VS2008 doesn't seem to work. It successfully downloads the symbols and the stack frames turn from gray to black but there is no source available.

Has anyone gotten this working? If so what's the secret? Also is there source available for Silverlight included?

+2  A: 

VS2010 does not have the .NET 4 source released to the source servers yet. See this note from a downloader tool, which states pdbs are there but sources are not yet.

EDIT: Some people have reported getting it working after manually downloading the source from here.

Stephen Cleary