I have a property inside a class that is getting changed by something. The only place I change the value of this code is a line that looks like this:
pushpin.Pos
You can set a conditional breakpoint by setting the bp and then right-click to specify a condition upon which to break at that line.
You can add a 'Watch' to a variable and specify to break anywhere/anytime the value changes.