I use Chrome and Firefox to develop a website.
I like Firefox's Firebug, which allows me to see if a Javascript error exists right way without opening Firebug window. However, for unknown reason, my app runs slow inside Firefox on my laptop.
The app runs very fast within Chrome. I want to always use Chrome. However, to see if there is a Javascript bug, I have to open the "Inspect Element" pane and go to the Console tab, which is really inconvenient. Is there any way in Chrome that allows me to see Javascript bug right way? Plugin or not?
Thanks and regards.