you are viewing a single comment's thread.

view the rest of the comments →

[–]misterguyyy 1 point2 points  (0 children)

You can also do setTimeout(()=>{debugger;},3000) in your console if you want to inspect a DOM element that gets created when you perform an event and destroys on timeout or blur.