I'm injecting a <script> tag into a local version of a site's DOM, and it has some really random and annoying debugger; statements in other <script> tags. I was wondering if it's possible to just rip all these out? I'd do a text replace on the DOM but there must be a better way to do it.
-
If it's your code then just delete all the debuggers. If you are debugging in chrome, if you hold click on the pause/play button on the script tab then you'll see an option to continue the execution without stopping. Maybe that can helpJuanín– Juanín2016-06-03 09:02:34 +00:00Commented Jun 3, 2016 at 9:02
Add a comment
|

