.NET Source Code Debugging

Recently I came across this blog from ScottGu and was thrilled to see this initiative from the .NET team. Imagine now being able to debug seamlessely into the .NET framework code. Gone are the days where you have to downaload the Reflector to look at the .NET code to understand its workings.

The steps are pretty straightforward as listed in the blog above. One thing I was disappointed was Workflow code is still not public but as it seems they plan to release it very soon. That would be great. I am so excited to use this feature and my first task is to leverage it in my attempt nowadays to understand VSIP(though with so much of COM code in there, I am not sure how useful this tool would be),

Anyways, a great step by the .NET team. So much for open source....

 Thanks,

Kushal.