Visualization of object trees in VS

Posted by Robin Orheden on Stack Overflow See other posts from Stack Overflow or by Robin Orheden
Published on 2010-05-13T22:10:56Z Indexed on 2010/05/13 22:14 UTC
Read the original article Hit count: 197

Filed under:
|
|
|
|

Hi,

I am implementing a SPA tree algorithm and is looking for a Visual Studio plugin that let me visualize objects and their relationsships in debug/runtime.

Visualization like:

[0]-----[1]
 | \    /
[2] \  /
 |  [4]
[3]  | \
  \  |  [6]
   \[5]

Any ideas?

© Stack Overflow or respective owner

Related posts about object

Related posts about visualization