
Auto execute 'debugger' statement when 'inspect element'?
Since firefox version 86.0, 'debugger' statement is not executed automatically after I press inspect element. This cause the page I am debugging on not paused
I want the page to pause when I press 'inspect element', as I am working on some website that automatically redirect to another page when I press 'inspect element'.
How can I enable back this feature? Thanks.
Since firefox version 86.0, 'debugger' statement is not executed automatically after I press inspect element. This cause the page I am debugging on not paused
I want the page to pause when I press 'inspect element', as I am working on some website that automatically redirect to another page when I press 'inspect element'.
How can I enable back this feature? Thanks.