I'm subscribing to KVO notifications from an object. I seem to be receiving notifications for keypaths of the object that shouldn't be changing.
Whats the best way to determine how these objects were changed (i.e. by what code) that resulted in notifications being sent.
Ideally there is someway to trace back to the line of code that changes an object that cause the KVO notification. Is this possible?