How to close Automatic Debugger in chrome browser?

[When debugging in chrome, the scripts are always paused in the debugger even if there are no break points set, and if the the pause is un-paused, it again pauses itself.][1]

>Solution :

Open your chrome dev tool and go to your settings
under preference select disable javaScript

enter image description here

Leave a Reply