I am debugging through my knockout application. While debugging I change some observable value like
data.myObservable(true);
where data is passed to my function.
At this point when I analyze the variable using the scope in developer console I see that there are 3 subscriptions registered to this variable.
Is there any way to find the locations of these subscriptions methods.