简体   繁体   English

firebug没有运行javascript

[英]firebug not running javascript

so I typed: 所以我键入:

alert('wtf');

into the firebug console and hit run 进入firebug控制台并点击运行

However instead of having the browser, alerting 'wtf', the console instead prints 然而,不是使用浏览器,警告'wtf',而是打印控制台

>>> alert('wtf');

how do I go about making the console actually run javascript instead of just regurgitating my commands.. 我如何让控制台实际运行javascript而不是只是反刍我的命令..

我有同样的问题,并删除firebug插件重启firefox并重新安装firebug为我解决问题。

I am having the exact same problem. 我现在正在遇到一模一样的问题。 Seems to have started since I upgraded to Firefox 23.0.1. 自从我升级到Firefox 23.0.1以来似乎已经开始了。 What version are you using? 你用的是什么版本? I am thinking about rolling back to the previous version to try and resolve it. 我正在考虑回滚到以前的版本来尝试解决它。

Make sure you are using FireBug 1.12.x which is compatible with versions FireFox version 23-27. 确保您使用的FireBug 1.12.x与FireFox版本23-27兼容。 The FireBug download page shows the compatibility of each version of FireBug and FireFox. FireBug 下载页面显示了每个版本的FireBug和FireFox的兼容性。

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

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