I've got some Java code which builds a data structure (approx 500 small interlinked objects) from data in some files and I'd really like to visualise the resulting structure. I hope that seeing it will allow me to optimise, not the code, but the data itself.
I'm wondering if there is a debugger that will do this or perhaps a way I can dump the data and have a tool build me a pretty graph of the data structure.
I hope that makes sense.