Visualizes nested objects on a graph with all values visible at once.
Uses geckofx and d3 for visualization.
Usage: - when in Debug mode, select Tools -> Visualize object - in new window select one of locals to visualize - double click it or click Visualize button - observe nice graph
WARNING: may break if objects contain circular references.
Usage scenario: - visualize complex objects deserialized from XML (or received from WCF) - to quickly know the structure and concrete values sent
|