Wednesday 25 May 2011

Eclipse: Hints and Tips: Debugger: Logical View

While still getting to know some of the more advanced features of the eclipse debugger I posted an question on stackoverflow.  I was finding when in debug mode I was unable to get an accurate picture of my objects ie anything more complex than a simple primitive.

For example I had the following ..

Map<String, ArrayList<Object>> links


which was being displayed as such


This doesn't make it the easiest way to debug. Thankfully the nice helpful people at SO clued me into the "display logical view". Much better !


No comments:

Post a Comment