Is there any such tool for Eclipse to draw a visual graph for a given object as the root in debug mode? Something like Stan4J but more focused on objects and fields.
Well, there is DoodleDebug. It's not a debugger extension, but a tool with similar usage as System.out.prinln(). You can install it as an Eclipse plugin and it comes with a short tutorial. The default representation of non-standard Java objects is printing their class name and included fields.
There is also java spider. Not very user friendly, but you can get kind of an object graph. (btw. this is a plugin from Kent Beck and Erich Gamma...)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With