Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Error count in Firefox developer toolbar is high after upgrade to Quantum.

  • 2 відповіді
  • 2 мають цю проблему
  • 5 переглядів
  • Остання відповідь від DGSJM

more options

After upgrade to Quantum (57), Firefox shows an error count of hundreds (or thousands) in the bottom-right corner of developer toolbar. This happens regardless of the site I'm visiting and even just opening the developer console generates a handful more errors. But I don't see any specifics about the errors listed in the console.

The constant presence of an error count makes development more difficult. Critical errors are more difficult to notice.

What's going on? Am I missing something? Thanks

After upgrade to Quantum (57), Firefox shows an error count of hundreds (or thousands) in the bottom-right corner of developer toolbar. This happens regardless of the site I'm visiting and even just opening the developer console generates a handful more errors. But I don't see any specifics about the errors listed in the console. The constant presence of an error count makes development more difficult. Critical errors are more difficult to notice. What's going on? Am I missing something? Thanks
Прикріплені знімки екрана

Змінено DGSJM

Усі відповіді (2)

more options

I can see this happening in my copy of Firefox as well. It looks like this is a known bug in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1228034 ), which happens whenever multi-process support is enabled. Multiproecess support was likely automatically enabled for you when you upgraded, which is why you're just seeing this bug now.

If you want, you can disable multi-process by opening about:config, clicking "I'll be careful", typing "browser.tabs.remote.autostart" in the searchbox, and double-clicking to change the value that appears to "false". However, this will make Firefox noticeably slower, and also a bit less secure, so I wouldn't recommend doing it. May I suggest using the console in the developer toolbox (Tools menu > Web Developer > Web console) instead?

more options

I tried changing the "autostart" value in "about:config". For me, the property that fixed the problem was "browser.tabs.remote.autostart.2". However, I certainly would prefer Firefox to be as fast and secure as it can be. Disabling multi-process support doesn't sound ideal, though it does stop the error count from going haywire.

Also, I do use the console in the developer toolbox. But I like how the toolbar alerts me to errors even if the console is not open. That way, I don't have to browse with the console always open.

Thanks for your quick reply and suggestions!