Is there any way to effectively debug WPF data bindings?

前端 未结 5 1564
别跟我提以往
别跟我提以往 2021-02-13 16:18

I am having a data binding problem (a separate question), and normally when I code, I can use the debugger to step through, and hit break points. What is probably a simple issu

5条回答
  •  囚心锁ツ
    2021-02-13 16:47

    When i started with WPF, this is the major issue which i faced to debug my bindings. Everytime looking at Output window and searching for your binding seems cumbersome for very big applications. Then i came across this excellent article with detailed understanding of Bindings - http://bea.stollnitz.com/blog/index.php?s=presentationtrace

    Hopefully, this might help you too... :)

提交回复
热议问题