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.
source
share