How to hide Chrome “paused in debugger” overlay?
问题 Some semi-recent update to Chrome now places an overlay on my webpage when paused at a breakpoint. I'm specifically trying to view the state of my page markup at this point, and the overlay is hiding exactly what I want to see! Is there a way to turn off this markup? Or is there a way to revert Chrome to a version that doesn't have this mis-feature? 回答1: Now there is an option in Inspector's settings, just uncheck Disable paused state overlay . It is very usable with the setTimeout(function()