Firefox - Disable 'debugger' keywords

后端 未结 4 736
滥情空心
滥情空心 2020-12-29 06:57

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

4条回答
  •  天命终不由人
    2020-12-29 07:40

    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,

提交回复
热议问题