I stumbled across this little nifty debugging feature in Eclipse this morning. Turns out that you can write a little code snippet as part of formatters for different classes.

This is very useful because you can get custom display an object in debug mode without touching the original code override the toString() method in the class.

Code Assist also works in the little code snippet editor, of course…

Sweet!