Hacker News new | ask | show | jobs
by kevindication 5720 days ago
Chrome's developer tools are quite nice. They provide a lot of information in a pleasing fashion - both functionally because it gets you access to everything you needed when you decided to install Firebug, and aesthetically, because it all looks good. I also found that Chrome's tools excel in one area especially, that is, locating errors in a document and quickly getting to the root cause. I recently picked up someone else's pile of HTML and javascript and was able to quickly make sense of what was wrong and fix it.

I still use Firebug at work because I don't have Chrome there, but for home projects I've pretty much switched entirely.