如何在 Firebug 中过滤来自控制台的 AJAX 请求?
我正在尝试调试一个应用程序,该应用程序对 ajax 请求非常繁重(至少每秒一个)。 Firebug 在其控制台中显示每个请求,这使得很难看到我自己的 console.log 打印。是否可以暂时过滤 ajax 请求,使其不出现在控制台中?
I'm trying to debug an app, which is very heavy on ajax requests (at least one per second). Firebug displays each of those requests in its console, which makes it very difficult to see my own console.log prints. Is it possible to temporarily filter ajax requests from appearing in the console?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
控制台选项卡上有一个小箭头,您可以关闭其中显示的内容。
There is a small arrow on the console tab, you can turn off what it displays there.
在控制台选项卡上,单击向下箭头。在选项中,取消选中 Show XMLHttpRequets 选项。
On the console tab, click the down arrow. In the options, uncheck the Show XMLHttpRequets option.