• Share this article:

Show Logical Structure

Tuesday, March 27, 2007 - 11:52 by Wayne Beaton

I love how I continue to discover new things in Eclipse.

A few days ago, I stumbled upon “Show Logical Structure” . This is a feature that has been around since the 3.1 days (I believe it was introduced with 3.1M4). It turns the “Variables” view (normally part of the “Debugging” persective) from this:


Into this:


When I’m debugging something, I normally don’t care too much about the internal representation of an ArrayList. With “Show Logical Structure” turned on, the list manifests as an array which is far more useful. Other structures are handled by the feature, and it’s possible to create your own logical structure mappings for other types.