Is there any way to effectively debug WPF data bindings?

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

    Add a dummy value converter to your binding. Put a breakpoint inside the value converter. Also check debug output window in Visual Studio for any binding errors.

提交回复
热议问题