Visualization of object trees in VS
- by Robin Orheden
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?