WebKit Web Inspector 中记录的错误因页面刷新而消失
在寻找与表单提交相关的 Javascript 错误时。我看到 Web 检查器中出现错误,然后在表单提交并刷新页面后立即消失。是否有控制台历史记录或回滚?我怎样才能看到错误是什么?
While hunting a Javascript error related to form submission. I saw an error appear in the Web Inspector then disappear immediately since the form submits and refreshes the page. Is there a console history or scrollback? How can I see what the error is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Chrome 中,在控制台中查找“保留日志”复选框。
在 Safari (9+) 中,右键单击控制台并选择“保留导航日志”。
这个问题不久前就得到了解决(Safari 开发者工具:如何保留日志导航时?),但由于我再次遇到这个问题,我想我应该包含一个答案。
In Chrome, look for the "Preserve Log" check box in the console.
In Safari (9+), right click in console and select "Keep Log on Navigation".
This was solved awhile back (Safari Developer Tools: How to Preserve Log Upon Navigation?) but since I encountered the question again I figured I'd include an answer.