I'm trying to reverse engineer a heavily obfuscated JS and one of the tricks the author does is to continuously call the debugger statement from within an anonymous function:
So i will show you how i bypassed anti-debugger and get the code executed, should you be faced with this same challenge.
Check the solution as the answer to this question to bypass this anti-tampering trick