Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
swdev:dotnet:wpf:data_binding [2017/06/27 17:20]
smayr [Debugging]
swdev:dotnet:wpf:data_binding [2017/06/27 17:22] (current)
smayr [Add Tracing to Output Window]
Line 1452: Line 1452:
 </code> </code>
  
-2. Add a value converter to the binding, to be able to put a break in debugger+2. Add a value converter to the binding, to be able to put a break point in debugger
 + 
 +See more: 
 +  * [[https://spin.atomicobject.com/2013/12/11/wpf-data-binding-debug/|How To Debug Data Binding Issues in WPF]]
  
 == Enable Debug Output == == Enable Debug Output ==