I am looking to make a little debugging widget for my (rather complex) app. It would be helpfull if I could construct something that would look at a class and display all its data.
I can handle the GUI side of it easily enough..but Java wise I don't know where to start or if its even possible to navigate a arbitrary class in this way.
Ideally Id want to get a list of variable names and their values.
I assume Id need to compile as pretty or detailed for the variable names to even be there - thats fine.
Thanks for any pointers,
-Thomas