2

Is it possible to step through the official ASP.NET MVC 2 code via using the Symbol Server thingy in visual studio 2010?

I know I can download the full open source MVC code from codeplex, build it and then get my code to reference THAT codebase dll's...

But i'm wondering if this could be achieved by using the Symbol Server stuff instead?

If so, can someone go through some steps please, about how to achieve this?

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
  • Check [this SO question](http://stackoverflow.com/questions/2525835/actual-debug-symbols-for-asp-net-mvc-2-release-version) for an answer – Mac Apr 22 '10 at 03:25

1 Answers1

3

The symbols have recently been added to the Microsoft Public Symbol server.

http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx

=====

Freshly blogged for you :-)

http://weblogs.asp.net/rajbk/archive/2010/04/21/setting-up-visual-studio-2010-to-step-into-microsoft-net-source-code.aspx

Raj Kaimal
  • 8,304
  • 27
  • 18