How to debug into .NET Framework source code

Shawn Burke has posted the steps needed to step through the .NET Framework source when debugging your application.

Good news for a couple of reasons. The first is the most obvious: if you are getting surprising or perplexing behaviour, you now have a better chance of working out why.

Second, and perhaps more important, this makes it easier to submit bug reports or feature requests to Microsoft along the lines of “why does your code do this when it could or should do that“?

All going well, this should improve quality. For example, the .NET Framework library code is huge, and I’ve heard it muttered that there is considerable duplication within it. Separate teams working on different parts of the library may solve the same problem with different code, causing bloat and possibly inconsistency. Opening up the library to public scrutiny makes it more likely that issues like this will get fixed.

Daniel Moth has a screencast.

VN:F [1.9.1_1087]
Rate this post
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. Great for debugging: Microsoft to release .NET Framework source
  2. Help! We’re running a VB3 app and we’ve lost the code
  3. PHP Zend Framework will go visual
  4. Visual Studio 2010 and .NET Framework 4.0 – a simply huge release
  5. Native code interop in Adobe AIR vs Microsoft Silverlight

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>