20

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?

Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132
NarendraR
  • 7,577
  • 10
  • 44
  • 82

6 Answers6

49

There is a solution to use Firebug version 2.0.18 in the latest version of Firefox (this time 51.0.1).

To enable the old Firebug:

In the address bar, enter about:config and find browser.tabs.remote.autostart. Set it to false.

Also set browser.tabs.remote.autostart.1 and browser.tabs.remote.autostart.2 to false.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Chetan Varshney
  • 656
  • 6
  • 7
  • Working very well, thanks! You just saved me from never using Firefox for development again (10+ years dedicated user). The inspector is a slow, painful, annoying headache to use. – Steve C Jan 31 '17 at 04:05
3

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

This actually is Firefox DevTools as Firebug is no longer supported for future developments.

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

New version of it 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 the old version.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Learning
  • 19,469
  • 39
  • 180
  • 373
1

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 they 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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132
1

Firebug seems to have activated for me after I got the Web Developer Add-On on Firefox.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Faria Noor
  • 11
  • 1
  • 1
    Funny.. I tried all the other things to no avail. THIS however was the only thing that actually worked for me! It also extended the firebug button in the menu bar so that I could work with it again. Thanks so much! Works with FF 54.0.1 (64-bit) and last Firebug version. You can disable Web Developer plugin afterwards btw... just FYI. – Malachi Aug 15 '17 at 21:34
0

Open the default Element Inspector, and click the settings icon.

Under the Themes section, you will see the Light option is checked. Change it to Firebug. Firebug will be activated automatically.

Enter image description here

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
mapmalith
  • 1,303
  • 21
  • 38
0

The best way to install FirePath and Firebug is to downgrade Firefox by downloading an older version of Firefox , like 31 from Firefox ftp.

I downloaded older version of Firefox from http://mozilla_firefox.en.downloadastro.com/old_versions/

After downgrading, go to menu optionUpdate and check "Never check for updates" checkbox

If the below setting has been made:

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

Then reset firefox by typing 'about:support' in the address bar

Click "Reset Firefox"

By doing this, you should be able to install the FirePath and Firebug addons from the Mozilla addons page.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131