Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug doesn't work with multi-process Firefox

I miss Firebug. Everytime I try to run it I get this error:

Firebug doesn't support multiprocess Firefox (e10s). So you either need to disable e10s or upgrade to Firebug 3 alpha.

A button that reads Upgrade and Restart follows. It doesn't work.

Anyone knows how to solve this?

like image 771
Alejandro Veintimilla Avatar asked Jun 26 '26 18:06

Alejandro Veintimilla


1 Answers

If the installation of Firebug 3 fails for you, you may need to go to about:config and set xpinstall.signatures.required to false. If the installation then still fails, you can download it manually from this page:

https://getfirebug.com/releases/firebug/3.0/

On a last resort you can also disable e10s by unchecking Firefox menu > Options > Enable multi-process Firefox/Firefox Developer Edition/Nightly.

like image 102
Sebastian Zartner Avatar answered Jul 01 '26 06:07

Sebastian Zartner