console.log 消息从 firebug 哪里来?
Where did the console.log messages go from firebug?
console.log 消息曾经发送到 Firebug,但不是它们没有出现在这里,但我是 "browser console"。怎么放回去?
编辑:这是截图
在Firebug首页可以看到http://getfirebug.com/
The Firebug extension isn't being developed or maintained any longer.
要显示您的日志,您有 2 个选择:
在旧版本的 Firefox 上使用 Firebug(在我的例子中它使用 Firefox 45)。
通过点击 URL 中的 about:addons
停用 Firebug。
然后磁带 F12
使用 Firefox DevTools https://developer.mozilla.org/en-US/docs/Tools
分两步:
- 禁用或(更好)卸载Firebug
- 按 F12 享受控制台
原因:Firebug 不再维护,它经常随着新的 FF 更新而过时。 Firefox (F12) 中已有的工具正在整合它。参见:
https://getfirebug.com/ <- 主页上的红色信息
console.log 消息曾经发送到 Firebug,但不是它们没有出现在这里,但我是 "browser console"。怎么放回去?
编辑:这是截图
在Firebug首页可以看到http://getfirebug.com/
The Firebug extension isn't being developed or maintained any longer.
要显示您的日志,您有 2 个选择:
在旧版本的 Firefox 上使用 Firebug(在我的例子中它使用 Firefox 45)。
通过点击 URL 中的
about:addons
停用 Firebug。然后磁带
F12
使用 Firefox DevTools https://developer.mozilla.org/en-US/docs/Tools
分两步:
- 禁用或(更好)卸载Firebug
- 按 F12 享受控制台
原因:Firebug 不再维护,它经常随着新的 FF 更新而过时。 Firefox (F12) 中已有的工具正在整合它。参见:
https://getfirebug.com/ <- 主页上的红色信息