Author: Tess1 | Posted on: 3/3/2010 8:57:50 AM | Views : 702

Visual Studio.NET 2010 has a new feature that allows you to create nice directed graphs with a markup language called DGML (Directed Graph Markup Language). 
Visualizing object graphs with DGML
Chris Lovett wrote a tool that takes GCRoot output and transforms it to a DGML document so that you can see the roots of an object in a more visual way, and finally Mohamed Mahmoud went one step further and made a debugger extension that does this for you directly. ...

Go to the complete details ...