This is mostly a question about debugging ... i have a very big JavaScript file, that somewhere inside it , it removes (empty()) a certain element. i tried to check that element for id , class in the JavaScript but couldn't find it so maybe is using some other selector based on some logic.
The question : is there a way to see where a certain element with an id , is removed / emptied by chrome and pause at that line ?
Or is there a feature regarding this matter if somebody else had the same problem in the past ?
