Silverlight debugging, no list element view
- by Snake
When I'm debugging my Silverlight Appliction and I'm using a list internally I cannot hover over the list and see the items inside the list. I just see the RAW view of the list.
If I want to see the items I have to write my own code which is tedious. Is this something normal to Silverlight?
I DO have the correct list view when debugging in normal Console/WPF/... applications.
Example: Silverlight:
(link: click)
See how there is no 'list view in the first example? And there in this one:
And for non Silverlight: (link: click)