简体   繁体   English

Firebug没有显示ajax请求

[英]Firebug not showing ajax requests

I have all tabs enabled... like a week ago it just stopped showing ajax requests in the console.... I'm not sure what to do about it. 我已启用所有选项卡...就像一周前它刚停止在控制台中显示ajax请求....我不知道该怎么办。 Any ideas on what I can do to fix it? 关于我能做些什么来修复它的任何想法?

Update 更新

When I use console.log(el); 当我使用console.log(el); it says console is undefined as well. 它说控制台也是未定义的。

I uninstalled Firebug and have reinstalled it. 我卸载了Firebug并重新安装了它。 I am now on 1.5.3 and it works just fine. 我现在在1.5.3,它工作得很好。

Glad to have it resolved ^_^ 很高兴让它解决^ _ ^

In my case with the combinations 在我的情况下与组合

Firefox 14.0.1 + Firebug 1.10.0 Firefox 14.0.1 + Firebug 1.10.0

Firefox 10.0.4 + Firebug 1.9.2 Firefox 10.0.4 + Firebug 1.9.2

the solution was turning the Net/Network panel on in order to see ajax-requests/-responses in the console. 该解决方案是为了在控制台中看到Ajax的请求/ -responses 接通网络/网络面板。

检查Firebug的版本是否适用于您的Firefox版本。

您是否尝试按“控制台”选项卡的菜单图标以查看是否显示XMLHttpRequests?

对我来说是一样的 - 在FB降级到1.5.0之后我仍然是相同的 - 我认为它在FF更新之后开始发生......

I've found that turning off the network tab resolves the problem. 我发现关闭网络选项卡可以解决问题。 It seems like a recent update makes it difficult to display the requests both in the console and in the network tabs at the same time. 似乎最近的更新使得难以同时在控制台和网络选项卡中显示请求。

Firefox 4.0 beta does not support Ajax request logging. Firefox 4.0 beta不支持Ajax请求日志记录。 For Firebug 1.6 on Firefox 3.6 there are no bug reports about missing Ajax requests. 对于Firefox 3.6上的Firebug 1.6,没有关于缺少Ajax请求的错误报告。

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

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