How can I get the method (or linenumber) where the value of a variable changed?
My problem is, that I have a big part of a sourccode, where a value of a variable change. But I don't know where. (The source code isn't written by me)
I've tried to debug the code with firebug, but firebug crashed. So I think, that I have to set an listener on this variable. But how can i get the part of the sorucecode where its called?
Thanks for your ideas