Firefox - Disable 'debugger' keywords

后端 未结 4 731
滥情空心
滥情空心 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:59

    In the current version of Firefox at writing this answer (ver 63.0.3), in the Developer Tools, the Debugger section, there's an icon with the tooltip "Skip all pausing" or "Deactivate breakpoints". When enabled it seems to disable stopping at any debugger instruction.

提交回复
热议问题