Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the Webkit inspector (developer tools) a suitable replacement for Firebug yet?

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.

like image 932
Joel Glovier Avatar asked Jan 21 '23 06:01

Joel Glovier


1 Answers

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.

like image 59
Alois Cochard Avatar answered Apr 06 '23 09:04

Alois Cochard