3

so I typed:

alert('wtf');

into the firebug console and hit run

However instead of having the browser, alerting 'wtf', the console instead prints

>>> alert('wtf');

how do I go about making the console actually run javascript instead of just regurgitating my commands..

4

3 回答 3

1

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

于 2013-12-14T09:51:36.127 回答
0

确保您使用的是与 FireFox 23-27 版本兼容的 FireBug 1.12.x。FireBug下载页面显示每个版本的 FireBug 和 FireFox 的兼容性。

于 2014-03-15T09:40:50.443 回答
0

我现在正在遇到一模一样的问题。似乎从我升级到 Firefox 23.0.1 开始。你用的是什么版本?我正在考虑回滚到以前的版本来尝试解决它。

于 2013-08-23T08:36:09.563 回答