Hacker News new | past | comments | ask | show | jobs | submit login

The thing about Chrome is that while the font rendering is horrible the dev tools are super awesome. At work I end up using FF for reading text and Chrome for inspecting/debugging.



One of my main reasons for using FF is firebug. That said, chrome's dev tools are wonderful and I'll often use both in tandem.


What's your opinion of Firefox's new developer tools?


Firebug is much better.

- Tools like YSlow and PageSpeed require Firebug.

- You can't disable the browser cache from FF devtools, which really sucks when you are trying to debug a broken redirect.

- When inspecting an element in FF devtools, :before and :after CSS properties will not be shown. I wasted many hours debugging a CSS refactor because of this (imagine going up the DOM, comparing computed CSS properties until you reach the root). Both Firebug and Chrome devtools will show :before and :after properties.

I think Firebug and the Chrome devtools are comparable in quality.


> When inspecting an element in FF devtools, :before and :after CSS properties will not be shown.

It was fixed recently. https://hacks.mozilla.org/2013/09/new-features-in-the-firefo...


Can you even debug a web worker with Firebug? How about SourceMap support? The times when I've had to switch to FF devtools have been pretty painful. The profiling and tracing tools in chrome also seem lightyears better.


> Chrome devtools will show :before and :after properties.

And on that, I was plesently surprised to see Chrome will now display :before and :after psuedo elements in the DOM structure


The responsive design view is very handy. It switches the size of the view port without changing the size of the whole window. I still use firebug most of the time, but there are some issues with firebug you have to be careful of. See this post for an example http://perfectionkills.com/understanding-delete/#firebug_con...


The profiler is nice, a lot better than Chrome IMO.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: