I need to check some visual aspects of my application, say, that some shape is correct. Eclipse does not have an ability to watch other than toString()
. So, I need to go back to old good debug hooks. So, I wrote a standalone class, which displays objects of given type, but I still can't use it. If I put it in code, then it freezes when breakpoint.
Is it possible to pass objects somewhere into separate classloader or JVM or something, so that I can inspect it interactively?