mattx
mattx

Reputation: 245

How can I get .NET/Silverlight source code symbols to work in VS 2010?

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?

Upvotes: 2

Views: 428

Answers (1)

Stephen Cleary
Stephen Cleary

Reputation: 457137

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.

Upvotes: 2

Related Questions