Is there any way to effectively debug WPF data bindings?

前端 未结 5 1590
别跟我提以往
别跟我提以往 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:44

    You can get some basic information about binding errors in the Output Window in Visual Studio. It will show the binding expression path error and the line on which the error occured.

提交回复
热议问题