0

console.log messages used to go to Firebug, but not they dont appear here but in "browser console". How to put them back?

Edit: here is a screenshotenter image description here

John Smith
  • 6,129
  • 12
  • 68
  • 123
  • 1
    Can you provide the screenshot ? – codeX Mar 05 '17 at 11:29
  • 1
    Possible duplicate of [console.log() doesn't work anymore in Firebug since Firefox 51.0.1](http://stackoverflow.com/questions/41933743/console-log-doesnt-work-anymore-in-firebug-since-firefox-51-0-1) – Sebastian Zartner Mar 05 '17 at 14:32

2 Answers2

1

As you can see in the home page of Firebug http://getfirebug.com/

The Firebug extension isn't being developed or maintained any longer.

enter image description here

To have your logs displayed you have 2 choices:

Ala Eddine JEBALI
  • 7,033
  • 6
  • 46
  • 65
1

In 2 steps:

  1. disable or (better) uninstall Firebug
  2. press F12 and enjoy the console

Why: Firebug is not maintained anymore, it often becomes obsolete with new FF update. Tools already available in Firefox (F12) are inglobating it. See:

https://getfirebug.com/ <- the red message on main page

fresko
  • 1,890
  • 2
  • 24
  • 25