如何在 Firebug 中过滤来自控制台的 AJAX 请求?

发布于 2024-11-09 09:36:43 字数 125 浏览 0 评论 0原文

我正在尝试调试一个应用程序,该应用程序对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苏璃陌 2024-11-16 09:36:43

控制台选项卡上有一个小箭头,您可以关闭其中显示的内容。

在此处输入图像描述

There is a small arrow on the console tab, you can turn off what it displays there.

enter image description here

獨角戲 2024-11-16 09:36:43

在控制台选项卡上,单击向下箭头。在选项中,取消选中 Show XMLHttpRequets 选项。

On the console tab, click the down arrow. In the options, uncheck the Show XMLHttpRequets option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文