Summary
In this chapter, we have covered some essential tools and techniques for debugging your XAML applications. We learned how to debug installed applications on a local or remote PC. If you are developing WPF or UWP applications, tools such as Live Visual Tree, Live Property Explorer, and Rapid XAML Toolkit will all work for those projects as well. Leveraging these tools will shorten the time you spend debugging and help you deliver higher-quality software.
In the next chapter, we will explore 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 3 desktop application.