I am debugging a complex Front End HTML GUI and at some point some JavaScript adds a CSS property to an element, which shouldn't be there.
I am looking for a way to see which JavaScript code (in terms of file and line number) amended the given (in this case style) property so I can debug it further.
Since the JS code is enormous searching the code is not practical. I need some way to bind to property change events and see who changed them.
ctrl+f