Web-development – Are Chrome Developer Tools an adequate substitute for Firebug

chromefirefoxweb-development

Are Chrome Developer Tools an adequate substitute for Firebug?

I'm learning how to develop simple web apps using Django. The book I have recommends installing Firefox/Firebug. I'm used to Chrome and wanted to know if I need to switch or if Chrome Developer Tools contain all the essential functionality of Firebug.

Best Answer

I'm a full time web-developer, and I use Chrome's Developer Tools on a daily basis. I have only ever touched Firebug a few times for debugging in Firefox.

For the times I have used Firebug however, I felt as though the functionality was much the same. I played around with a number of different areas and found everything to be as intuitive and functional as Chrome's Developer Tools; I did not feel lost or out of place. Also, I am aware of what both tools are supposed achieve, and I feel safe the following assessment.

I would say yes, Chrome Developer Tools are an adequate debug tool which are comparable to Firebug.

Related Topic