Is there a good tool for debugging XAML's databinding behavior / errors at runtime?

前端 未结 4 2175
滥情空心
滥情空心 2020-12-13 19:12

WPF is a great toolset, and XAML databinding is very powerful, but I\'ve often run into difficulty arising from its transparency: It can be tough to debug a databinding fail

4条回答
  •  隐瞒了意图╮
    2020-12-13 19:37

    Bea Stollnitz has a very informative blog post about debugging WPF bindings.

    If you are using Visual Studio 2010, you will need to update the default WPF trace setting.

提交回复
热议问题