console.log() doesn't work anymore in Firebug since Firefox 51.0.1

前端 未结 2 1210
悲&欢浪女
悲&欢浪女 2020-12-30 19:17

I\'ve just updated firefox to a Firefox 51.0.1 (32-bit), and after the update console.log stopped working.

When I am tring to test some JavaScript variables using <

2条回答
  •  死守一世寂寞
    2020-12-30 19:41

    In 2 steps:

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

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

提交回复
热议问题