Hacker News new | ask | show | jobs
by tylerlarson 1591 days ago
The reason I used Firefox daily many years ago was because of the Firebug debugger. The more complicated pages became the more important it was to have an excellent debugger/browser combination. Chrome launched with a solid solution and has kept pushing but it isn't nearly as good as debuggers in other platforms. All the browsers are all pretty bad at debugging the lower level stuff like graphics. What is the GPU doing? Why was rendering this last frame slow? What is happening inside of this WASM blob? Is transferring information in and out of this worker the problem or was it the worker itself?

If Firefox had an amazing debugger I would use it every day. I focus on graphics so this is where my mind is at but there are plenty of things that would benefit everyone like a better memory profiler or maybe being better about explaining to users how to fix issues. Chrome's Lighthouse might focus on how google works but it will also provide solid tips for how to make most websites better. Sure it might be wrong if you really know your stuff but it is also a great place to learn if you don't think you know it all.