浏览器如何冻结窗口

冻结窗口
开发者工具栏console执行js代码

//5秒后执行debugger命令
setTimeout(function(){debugger}, 5000)

你可能感兴趣的:(测试记录,浏览器,debugger)