是否可以关闭“NetworkError: 404 Not Found - XXX” Firebug 中的消息?
我使用生产数据库的副本在本地计算机上进行了大量开发,这意味着数据库中引用的大多数图像文件在本地都丢失了。因此,每次我刷新页面时,最新版本的 Firebug 都会在 JavaScript 控制台中充斥“NetworkError: 404 Not Found - XXX” 消息,导致我很难看到我需要的实际信息。
我搜索了 Firebug 网站和 Google Group,但没有成功。有没有办法禁用这些 404 通知并仍然看到相关的调试信息?
I do a lot of development on a local machine using a copy of the production database, which means that most of the image files referenced in the database are missing locally. Because of this, recent versions of Firebug flood the JavaScript console with "NetworkError: 404 Not Found - XXX"
messages every time I refresh a page, making it hard to see the actual information I need.
I've searched the Firebug site and Google Group with no luck. Is there a way to disable these 404 notifications and still see the pertinent debugging info?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单击“控制台”选项卡右侧的小箭头,然后取消选中“显示网络错误”。
Click on the small arrow at the right of the Console tab, and uncheck "Display network errors".