Debugging data structures visually

I have Java code that builds a data structure (approximately 500 small interconnected objects) from the data in some files, and I really would like to visualize the resulting structure. I hope that this will allow me to optimize, not the code, but the data itself.

I am wondering if there is a debugger that will do this, or perhaps a way that I can dump the data and create a tool to plot me a beautiful graph of the data structure.

Hope this makes sense.

+3
source share
4 answers

, Dot, GraphViz, GraphViz , . , , . , , , 3000 .

+4

++ , - , - GNU DDD. , JDB . , , , DDD .

+1

Moose. , . ( ) .

http://moose.unibe.ch/

0
0
source

Source: https://habr.com/ru/post/1702752/


All Articles