Debugging and Interpreting Errors Walkthroughs
The Windows Presentation Foundation (WPF) Designer for Visual Studio provides full debugging support for your WPF controls and applications. If errors occur, various tools and resources are available to interpret and correct the errors.
In This Section
Walkthrough: Debugging a WPF Application
Describes how to use the Exception Assistant to interpret runtime errors.Walkthrough: Interpreting XAML Errors in the WPF Designer
Describes how to get Help when errors occur while loading XAML in the WPF Designer.
Reference
- XamlParseException
Represents the exception class for parser-specific exceptions.
Related Sections
Troubleshooting WPF Designer Load Failures
Describes procedures for understanding unexpected behavior in your custom designer code.Debugging in Visual Studio
Contains links to topics that describe how to use Visual Studio to debug applications.XAML
Contains links to topics that describe how to use XAML markup to define your WPF controls and applications.