Can we Debug Xaml in WPF?

后端 未结 4 949
刺人心
刺人心 2020-12-23 12:17

Can we Debug Xaml in WPF? Is there any external tool or VS plugin which can do that?

4条回答
  •  暖寄归人
    2020-12-23 12:23

    XAML is a declarative language and not imperative so I don't see how debugging it could be possible.

提交回复
热议问题