2

I know that if there's an issue with the Path attribute in my binding expression, I'll get a binding error message in my output window, but is there anyway to debug a ElementName attribute issue?

I have tried things that I'm pretty sure don't exist like

ElementName=ElephantButt

and get nothing in the output window.

Thanks.

MStodd
  • 4,716
  • 3
  • 30
  • 50
  • If your just trying to debug something, you might be able to write a converter that would check it and write to the output window. – Jason Haley Apr 09 '11 at 00:41

1 Answers1

0

Put breakpoint to binding in XAML

Konstantin Salavatov
  • 4,370
  • 2
  • 25
  • 24