I’ve just learned something the hard way. There’s stuff out there that spins
console.clear()
and debugger
in infinite loops. I don’t know why that’s a thing but I like to call it: clear
console log debugger abuse.
In Chrome/Chromium limit debuggers and logs. In Firefox, enable log persistence/timestamps and control breakpoints manually.