I need to trace the code that changes the property of an object. Breakpoints in Google Chrome DevTools are set upon line numbers; but in this particular scenario I don't know the code that manipulates the object in application flow, hence can't apply watch expressions over lines.
Is there a way that I can watch a variable in application scope regardless of lines of code?
Please not that I need to find the location in source code where an objects property gets changed not "when" or "what" a change applied.