Summary
In this chapter, we have covered some essential tools and techniques for debugging your XAML applications. While the material primarily references UWP, the same will work for WinUI 3 when the Visual Studio XAML tooling is updated with better WinUI support. If you are developing WPF applications, tools such as the Live Visual Tree, Live Property Explorer, and Rapid XAML Toolkit will all work for those projects. Leveraging these tools will shorten the time you spend debugging and help you deliver higher-quality software.
In the next chapter, we will return to the WebView2
browser control. You will learn how to use WebView2
to embed an ASP.NET Core Blazor single-page application (SPA) inside a WinUI application.