String search for "Member not found"
Add 1 / 0;
before the line.
Turn on break on all errors.
(I assumed you knew the developer tool existed. Hit F12 and navigate to the script tab)
Edit:
Thanks to @DmitriyNaumov
var aalert = window.alert;window.alert = function() { aalert.apply(this, arguments); 1 / 0;}