Top

.NET Source Code now available for VS2008 users

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

January 17, 2008 by mike 

Last October, Microsoft promised the release of source code for .NET developers to download and browse the .NET Framework and hence debug their applications built on top of the framework more easily.

Previously, when debugging .NET code, only the granularity of a method call or object instantiation was available. Now the call stack can load the symbols to let you step into the .NET code for almost all the .NET classes and methods in your application. This ability is only available for Visual Studio 2008 users.

To get started, either download and install the symbols directly from Microsoft (location to be announced), or enable automatic symbol download from Microsoft by providing the http location within the Options dialog as shown below:

step1-320x200.jpg

It is now possible to debug .NET applications much further than was previously possible.

However not all the namespaces of the .NET Framework are available to debug in this way, and the .NET Compact Framework still isn’t (at all). So there’s still plenty of work to do. So thankyou, .NET Framework team, and keep up the good work!

Thank you to Richard D for the heads up on this news :)

Sources:

http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx
http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Other Related Posts (that you might like)

  • Visual Studio 2008 SP1 and .NET 3.5 SP1 released
  • Play all your media from anywhere on the Internet for free with WebGuide for Windows Home Server!
  • Windows Vista SP1 ready now, come and get it!
  • Update to Java 6.2 for Windows Vista Aero
  • Microsoft: Please allow Null values to be returned from strongly typed datasets!
  • Windows Vista SP1: Ready, but not available yet?

  • Comments

    Feel free to leave a comment...
    and oh, if you want a pic to show with your comment, go get a gravatar!





    Bottom