# Developer Toolbar Error Counter

**URL:** https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158
**Category:** Developer Tools
**Created:** [March 29, 2018, 10:41am UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158 "2018-03-29T10:41:48Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![david1916](https://avatars.discourse-cdn.com/v4/letter/d/e0b2c6/32.png) [@david1916](https://discourse.mozilla.org/u/david1916)
#### Post date: [March 29, 2018, 10:41am UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/1 "2018-03-29T10:41:48Z")

</div>

I am currently disabling E10s because while developing javascript the Error Counter is useless.

Normally I would

1. filter Console JS Errors / Warnings
2. modify my javascript
3. Reload Page…and watch Error Counter to see if any Javascript errors/warnings

NOW  
Error Counter seems to count everything regardless of filter  
Can’t find a way to reset it  
Even starting the browser with home page set to blank and No filters applied i get 9 in the counter.  
or it just counts thousands of CSS errors which currently i am not interested in

---

<div class="post-metadata">

### Author: ![pbro](https://avatars.discourse-cdn.com/v4/letter/p/9d8465/32.png) [@pbro](https://discourse.mozilla.org/u/pbro)
#### Post date: [March 29, 2018, 3:18pm UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/2 "2018-03-29T15:18:32Z")

</div>

Hey David.

Yes this is an unfortunate bug that was indeed originally caused by moving to the e10s architecture. The bug itself is tracked here: [https://bugzilla.mozilla.org/show\_bug.cgi?id=1228034](https://bugzilla.mozilla.org/show_bug.cgi?id=1228034)

As you can see, the bug has been around for 2 years, which is unfortunately the result of the Developer Toolbar not being actively maintained, as a result of it not being used much at all.

In fact, its very low usage is making us seriously consider getting rid of the toolbar entirely. The amount of code that needs to be maintained for the very small usage it represents is just not worth the effort.  
Please see this email thread related to the removal intent: [https://mail.mozilla.org/pipermail/firefox-dev/2018-March/006249.html](https://mail.mozilla.org/pipermail/firefox-dev/2018-March/006249.html)

I hope we can bring back a decent error count in DevTools itself at some stage.  
@Nicolas_Chevobbe might know if there is already a bug for this on file.

---

<div class="post-metadata">

### Author: ![digitarald](https://avatars.discourse-cdn.com/v4/letter/d/c77e96/32.png) [@digitarald](https://discourse.mozilla.org/u/digitarald)
#### Post date: [March 29, 2018, 5:28pm UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/3 "2018-03-29T17:28:35Z")

</div>

Hi @david1916, I am trying to better understand that debugging workflow and how it depends on error counts in the toolbar.

Could you describe somewhat how you approach debugging, what you are working around and what makes it most effective or gets in the way?

---

<div class="post-metadata">

### Author: ![david1916](https://avatars.discourse-cdn.com/v4/letter/d/e0b2c6/32.png) [@david1916](https://discourse.mozilla.org/u/david1916)
#### Post date: [March 31, 2018, 7:43am UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/4 "2018-03-31T07:43:53Z")

</div>

Its more a convenience thing really rather than a debug workflow.

Without the need to have the developer tools open, the counter immediately draws my attention to the fact that there is … something … wrong.

I can click it to open developer tools and find out what.

If you are going to ditch the developer toolbar, then probably someone will make a javascript errors counter addon like they have in chrome

All I would like is to have is a small red? filtered counter …somewhere… that i can click to open developer tools

---

<div class="post-metadata">

### Author: ![Nicolas\_Chevobbe](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/nicolas_chevobbe/32/28203_2.png) [@Nicolas\_Chevobbe](https://discourse.mozilla.org/u/Nicolas_Chevobbe)
#### Post date: [April 3, 2018, 7:12am UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/5 "2018-04-03T07:12:37Z")

</div>

This Chrome extension seems helpful, would you have the link to it ? Maybe it can be installed right away in Firefox.

---

<div class="post-metadata">

### Author: ![pbro](https://avatars.discourse-cdn.com/v4/letter/p/9d8465/32.png) [@pbro](https://discourse.mozilla.org/u/pbro)
#### Post date: [April 3, 2018, 8:02am UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/6 "2018-04-03T08:02:58Z")

</div>

Found this: [https://github.com/barbushin/javascript-errors-notifier](https://github.com/barbushin/javascript-errors-notifier)  
Seems to work ok so far. I’ve had to fix a tiny thing for it to work in Firefox, and I’m asking the maintainer if they want to push it to [addons.mozilla.org](http://addons.mozilla.org) too: [https://github.com/barbushin/javascript-errors-notifier/issues/65](https://github.com/barbushin/javascript-errors-notifier/issues/65)

---

<div class="post-metadata">

### Author: ![Nicolas\_Chevobbe](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/nicolas_chevobbe/32/28203_2.png) [@Nicolas\_Chevobbe](https://discourse.mozilla.org/u/Nicolas_Chevobbe)
#### Post date: [April 23, 2018, 9:58am UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/7 "2018-04-23T09:58:59Z")

</div>

The ddon was published for Firefox \o/ [https://addons.mozilla.org/en-US/firefox/addon/javascript-errors/](https://addons.mozilla.org/en-US/firefox/addon/javascript-errors/)

---

<div class="post-metadata">

### Author: ![david1916](https://avatars.discourse-cdn.com/v4/letter/d/e0b2c6/32.png) [@david1916](https://discourse.mozilla.org/u/david1916)
#### Post date: [April 24, 2018, 9:30pm UTC](https://discourse.mozilla.org/t/developer-toolbar-error-counter/27158/8 "2018-04-24T21:30:42Z")

</div>

yes thankyou. javascript errors notifier, just tested this out and seems to work well.
