I used to use alert to halt the rendering. However, recently I noticed that the alert can be automatically killed in some cases.
So I am thinking, is there any way to stop the HTML rendering?
A widely used way is to use a breakpoint but there is any way that I could put something in the source code to do so? or to invoke a pause in the console?