Ember.observer calling code module

Dear members,

I m trying to debug a issue for which I have made observer on a property that is being changed by many segments of the project, but I am not able to trace the call stack when the observer hits. i.e. Can we know from which code segment changes to the observed property are made which caused observer to trigger.

Regards

#Dn