In Visual Studio, there is a feature to add a custom visualizer to the IDE. This allows you to write your own dialog showing the contents of complex objects at run-time (i.e. it might take a Person record and show the forename, surname and date of birth).
I can’t find this feature in Eclipse/Java, but was wondering if it might be called something different?
Thanks,
Rich
The Feature is called Detail Formatter in Eclipse: Details