javascript - How to stop chrome from going into debug mode? -
if debugging window open, debugger starts hitting lines though there no set breakpoints.
i have tried using "deactivate breakpoints" button , doesn't make difference if on or off.
this happens on website.
you've accidentally set "pause on exceptions" all/uncaught exceptions.
go "sources" tab. @ bottom toolbar, toggle button looks pause symbol surrounded circle (4th button left) until color of circle turns black turn off.
Comments
Post a Comment