Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug toolbar button is always shown deactivated since Firefox 51.0.1

Recently my Firefox got updated to version 51.0.1. Initially it was showing some reminder check (I'm not clear with that) related to Firebug, but I ignored it. Now, the Firebug toolbar button is always shown deactivated.

Inactive Firebug button

I've reinstalled Firebug several times, but the result is always the same.

Is there any compatibility issue? How do I activate Firebug?

like image 279
NarendraR Avatar asked Jan 30 '17 05:01

NarendraR


People also ask

How do I activate firebug?

Installing FirebugOnce rebooted, click on Firebug under Firefox(top left corner of your Firefox browser) > Web developer. At this stage firebug is not activated. If you click that icon, Firebug will get activated.

What is Firebug Console?

Firebug is a discontinued free and open-source web browser extension for Mozilla Firefox that facilitated the live debugging, editing, and monitoring of any website's CSS, HTML, DOM, XHR, and JavaScript. Firebug.


4 Answers

There is a solution to use firebug [version 2.0.18] in latest version of firefox [this time 51.0.1]

To enable old Firebug

In address enter about:config, find

browser.tabs.remote.autostart set it false

browser.tabs.remote.autostart.1 set it false

browser.tabs.remote.autostart.2 set it false

like image 130
Chetan Varshney Avatar answered Oct 03 '22 15:10

Chetan Varshney


This is the new version of FF and it is not working as intended and making life of developers & designers even more difficult... look at review https://addons.mozilla.org/en-US/firefox/addon/firebug/reviews/?page=1.

This actually is FireFox DevTools as FB is no longer supported for future developments

You can install the previous version to work with, I installed it and my problem is solved i have my old version back.. https://addons.mozilla.org/en-US/firefox/addon/firebug/versions/.

New version of comes with some new features but some handy features are also left out. It looks totally new to me. May be one day i have to get used to it. For now one can revert back to old version

like image 43
Learning Avatar answered Oct 03 '22 13:10

Learning


This is because Firebug is integrated into the Firefox DevTools once multi-process Firefox is enabled and it doesn't track the enabled state of those tools. This is a known bug.

Note that a click on the Firebug button with multi-process Firefox enabled actually opens the Firefox DevTools with a Firebug theme trying to make the transition a bit easier, because Firebug is officially discontinued.

If you want the old Firebug back and by that make the Firebug button work again as expected, you need to disabled multi-process Firefox as explained in an answer to a similar question by going to about:config and setting the preferences browser.tabs.remote.autostart, browser.tabs.remote.autostart.1 and browser.tabs.remote.autostart.2 to false. Though note that this is just a temporary workaround, because multi-process Firefox will be mandatory at some point.

Furthermore, the Firefox DevTools offer a lot more features than Firebug but are also lacking some Firebug had. Therefore, a bug is filed to close those gaps.

In the answer to a related question I've listed what your alternatives are.

If you want to stay with the Firefox DevTools, there is a migration guide for Firebug users.

like image 23
Sebastian Zartner Avatar answered Oct 03 '22 15:10

Sebastian Zartner


Firebug seems to have activated for me after I got the Web Developer Add-On on Firefox, link: https://addons.mozilla.org/en-us/firefox/addon/web-developer/

like image 26
Faria Noor Avatar answered Oct 03 '22 13:10

Faria Noor