I need the actual debug symbols from the released version of ASP.NET MVC 2 (the version that gets installed via the web platform installer).
I know I can download the source, build and use the debug symbols from that. But there are a couple issues with that approach:
I just need the debugging symbols so I can step through the source without introducing a different dll. I tried to use the public Microsoft Symbol Server, but it's not downloading the symbols for this dll.
Anyone know if this .pdb exists?
(I know that it's possible to generate and step through this dll using the newer version of Reflector - but that's for the professional version and costs money now.)
In Visual Studio, open Tools > Options > Debugging > Symbols (or Debug > Options > Symbols).
Debugging allows the developers to see how the code works in a step-by-step manner, how the values of the variables change, how the objects are created and destroyed, etc.
You should be able to use the MS Symbol Server (http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx) to find those.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With