I found this solution: Debugging automatic properties
I tried to work with it, but it doesnt do anything. Does this solution to break at the setter still work?
As far as I've seen, all i have to do is creating a Breakpoint. My class has the name RecordCompetitionTitleBuilderIndividual, the Property EventData.
So I just set the Breakpoint at something like this:
RecordCompetitionTitleBuilderIndividual.set_EventData(null)
But this doesnt do anything. Am I doing something wrong, or is there a new possibility to make debugging a property happening?
Thanks and a good start in the new week!
Matthias