简体   繁体   English

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

[英]How can I filter AJAX requests from console in Firebug?

I'm trying to debug an app, which is very heavy on ajax requests (at least one per second).我正在尝试调试一个应用程序,该应用程序在 ajax 请求(至少每秒一个)上非常繁重。 Firebug displays each of those requests in its console, which makes it very difficult to see my own console.log prints. Firebug 在其控制台中显示这些请求中的每一个,这使得我很难看到我自己的 console.log 打印。 Is it possible to temporarily filter ajax requests from appearing in the console?是否可以暂时过滤 ajax 请求,使其不会出现在控制台中?

There is a small arrow on the console tab, you can turn off what it displays there.控制台选项卡上有一个小箭头,您可以关闭它在那里显示的内容。

在此处输入图像描述

On the console tab, click the down arrow.在控制台选项卡上,单击向下箭头。 In the options, uncheck the Show XMLHttpRequets option.在选项中,取消选中 Show XMLHttpRequets 选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM