I am using Firefox (Developer Edition) as my primary debugging environment for web-development. Is there any way to make the Web Console automatically scroll to keep up with new output as it is logged?
I am using Webpack with hot-module-reloading that the Web Console quickly fills up with messages. If it could automatically scroll, I would not need to move the mouse across two wide-screen monitors just to scroll down ever time I save code or HTML changes -- eyes move quicker than the mouse.