this post was submitted on 08 Aug 2023
66 points (100.0% liked)
Firefox
17849 readers
131 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Try the icon next to the cog, right hand, middle of the screen. It should disable all breakpoints
That icon did skip over the debugger keyword, but it didn't solve my issue because it still prevented me from viewing that website's source. Now the websites just becomes super laggy. I'm assuming that there's a forever loop that does nothing running in the background now that the
debugger
keyword constantly gets skipped over.Can there be a solution where I can replace
debugger
to something that can cause the thread to sleep for like half a second?oh that forever loop caused my browser to crash
How about a browser extention which replaces the debugger keyword in all downloaded js source with
void 0
or something?