开发者工具 - 保存控制台记录
对于网络、配置文件和时间线,有一个记录按钮,用于保留日志。无论如何,我可以对控制台日志做同样的事情吗?
有时,如果脚本中或提交后出现错误,页面将停止渲染或重定向,并且控制台日志将被清除。有什么办法可以查看之前的日志吗?
For Network, Profiles and Timeline, there is a record button, which preserves the log. Is there anyway I can do the same for console log?
Sometimes, if there is an error in the script or during post submission, the page stop rendering or redirects and the console log clears. Is there any way to see the previous logs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
单击右下角的设置按钮。在常规>下控制台选中“在导航时保留日志”。我应该提到,我使用的是 Chrome 版本 23.0.1271.101,因此如果您没有看到该选项,请尝试升级。
更新:
从 Chrome 59.0.3071.115 开始,您需要单击“控制台”选项卡,然后单击小齿轮图标并选中保留日志。
Click the settings button in the lower right corner. Under General > Console check "Preserve log upon navigation". I should mention that I'm using Chrome version 23.0.1271.101, so if you don't see the option try upgrading.
Update:
As of Chrome 59.0.3071.115 you need to click on the Console tab then click on the little gear icon and check Preserve log.
目前不可能。星标此错误报告,希望有一天它能得到实施。
Currently not possible. Star this bug report, hopefully it will be implemented one day.