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
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... :)