How do I tell Firefox not to stop if it sees a debugger
keyword?
I need to avoid a continuous debugger
loop in case the website uses debugging protection generating debugger
statements on the fly using timers.
Here is an example. In case you open the debugging console the script will throw tons of debugger statements, which will block you from normal debugging work.
An example website is http://www.avito.ru - the biggest classified site in Russia. Open it and then open the debugger console and it will be immediately stop at the debugger
keyword in generated script.