views:

24

answers:

1

Eclipse has a great option for the debug "Watch" window called "Show Logical Structure" which makes Collection objects way easier to inspect. Instead of showing the gory member fields of an Collection instance (like a hashtable, for instance) it instead shows an easy-to-read 'Cliff Notes' version.

Does a similar option exist for Visual Studio?