I am trying to debug the visual tree of a Silverlight app I am writing and I am having trouble with a specific ItemsControl.
Is there some sort of Debugger/Visualizer that I can use to inspect each child of the ItemsControl?
I am using Visual Studio in the code-behind of my xaml page right now, but I cannot inspect how each item of my ItemsControl is rendered at runtime. Is there a property (like Children) that I can inspect in my watch window? I have Silverlight 5 and Visual Studio 2010.
Have you tried Silverlight Spy?