streda 12. marca 2014

Show logical structure while Debugging java code in Eclipse

This is copy/paste from wonderful Abdullah Çetin ÇAVDAR's blogpost 5 Tips for Debugging Java Code in Eclipse.

Logical Structure

The logical structure is very handy for examining things like maps and other java collections classes, instead of showing the full detail of all the internal variables the view will only show the “logical” pieces. It is activated/deactivated from “Variables” view using logical structure toggle button.