PreviousNext
by bill-s, 2015-02-28T09:58:24.000Z
One of the top
requests from developers (reiterated at //BUILD last year) has been tools for inspecting the XAML at runtime. With
Visual Studio 2015 CTP6 we’re pleased to introduce the new UI debugging tools for XAML. These tools enable you to inspect the visual tree of your running WPF application as well as the properties on any element in the tree, turning the difficult challenge of picking apart how properties override each other and figuring out winning behavior into a straightforward task that’s done at runtime, when everything is taken into account. Visual Studio integrates these UI debugging tools directly into the debugging experience so they fit seamlessly into the development cycle.
Read More