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 debugg
in chrome you can edit the breakpoint and put a condition that is always false, it won't hit the debugger anymore
another option is to use "never pause here"
for firefox, you can blackbox the script that you don't want to be hit by the breakpoint. for me it causes to hang the firefox. but when you restart the browser. then it's okay,