How to enable Live Visual Tree and Live Property Explorer in Visual Studio

前端 未结 6 1468
南旧
南旧 2021-02-02 11:12

I\'m running a .Net 4.5 WPF application in Visual Studio 2015 Update 1 in a Debug build configuration.

In Tools > Options > Debugging > General I have checked Enable UI

6条回答
  •  情歌与酒
    2021-02-02 12:04

    Steps can be seen below, it works well for me.

    Open VS, then type "Enable UI Debugging Tools for XAML" in the Quick Lanch box, enter to go to setting detail page (see screenshot below).

    • Uncheck "Use Managed Compatibility Mode"
    • Check "Enable UI Debugging Tools for XAML" and its sub options

    You can refer from Microsoft:

    How to: Display WPF Trace Information - Visual Studio | Microsoft Docs

提交回复
热议问题