Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The Safari & Chrome developer tools (webkit inspector) seem to have become quite advanced. Although I'm very used to Firebug and rely on it for development, I'm really flirting with the idea of trying to just make a complete switch to Chrome (since I browse almost exclusively with it anyway) and just learn to get use to it's web developer tools.

It functions a little differently than Firebug, and I have noticed that you can easily modify values in the markup or CSS rules on the fly. So apart from any basic differences in the interface, has the webkit web inspector become a suitable replacement for firebug yet?

NOTE I'm asking my question from the standpoint of a front end designer/developer doing primarily HTML & CSS work; I don't even really get into javascript much - yet.

share|improve this question
1  
Readers of the future, note that as of today (July 2012, Chrome 20) Google Chrome is a terrific development tool and vastly superior to Firefox + Firebug. – Mahn Jul 25 '12 at 23:15

1 Answer

up vote 9 down vote accepted

A big YES ;-) and even for javascript debugging.

Since Chrome 6 I never needed to switch back to firebug when debugging.

And profiling tools are simply awesome.

share|improve this answer
1  
Big fan of webkit inspector and I love chrome too. I just wish chrome didn't use on average 50% more memory than firefox (at least on my computer) otherwise I never would have switched back to ff. – ifightcrime Oct 21 '11 at 19:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.