When I debug my Silverlight application and use the list for internal use, I cannot hover over it and see the elements inside the list. I just see the RAW view of the list.
If I want to see objects, I have to write my own code, which is tedious. Is this something normal for Silverlight?
I have REALLY the correct list view when debugging in regular console / WPF / ... applications.
Example: Silverlight ( e.Result- this Dictionary<DateTime, decimal>):
(link: click )
See how the first example has no list view?
And in this, not Silverlight:
(link: click )
64- Windows 7 Visual Studio 2010 Silverlight 4 SDK RC2.