Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.77 KB

debugging-wpf.md

File metadata and controls

33 lines (29 loc) · 1.77 KB
titledescriptionms.datems.topicdev_langshelpviewer_keywordsauthorms.authormanagerms.subservice
Debugging WPF
See a list of articles describing additional features in Visual Studio that make debugging Windows Presentation Foundation (WPF) applications easier.
10/22/2019
conceptual
CSharp
VB
FSharp
C++
WPF, debugging
debugging, WPF
mikejo5000
mikejo
mijacobs
debug-diagnostics

Debugging WPF

Visual Studio provides additional features to make debugging WPF applications easier.

Related Topics

TitleDescription
Write and debug running XAML codeYou can use XAML Hot Reload to explore the visual tree of a WPF object and view the WPF dependency properties for the objects in that tree. This topic describes how to use XAML Hot Reload.
Inspect XAML properties while debuggingYou can use the Live Visual Tree to explore the visual tree of a WPF object and view the WPF dependency properties for the objects in that tree.
How to: Use the WPF Tree VisualizerYou can use the WPF Tree Visualizer to explore the visual tree of a WPF object and view the WPF dependency properties for the objects in that tree. This topic describes the user interface of the WPF Tree Visualizer.
How to: Display WPF Trace InformationVisual Studio can receive debug trace information from WPF applications and display that information in the Output window. This topic describes how to enable and customize the display of WPF trace information.

Related content

close