Printing nice looking object graphs in the Visual Studio Debugger

Posted by Ronnie Overby on Stack Overflow See other posts from Stack Overflow or by Ronnie Overby
Published on 2010-05-19T17:49:58Z Indexed on 2010/05/19 22:00 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

I need to print out an easy to read object graph from Visual Studio because I need to show a customer the state of an object at runtime.

Are there any debug visualizers for this? Expanding everything in a quick watch window isn't easy enough for the customer to comprehend.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about debugging