0

I consistently implement an ITreeNode interface on all my tree structures. It would be excellent to have a vizualizer available when debugging that would display a tree structure in a treeview. Apart from writing my own from scratch, is there any open source vizualizer out there that could be adapted to recognize my ITreeNode interface?

HappyNomad
  • 4,458
  • 4
  • 36
  • 55

1 Answers1

0

Take a look at the JsonViewer at http://jsonviewer.codeplex.com/ which provides a tree visualizer for Json String. I have modified the same for my project use to visualize my objects as tree and you can try the same.

Murugan
  • 1,441
  • 1
  • 12
  • 22