What I use most on Developer Tools


Fortune

Recommended Posts

I am a web developer, and I love the idea of using developer tools to WYSIWUG results. I can inspect elements directly from right click context menu. I can alter css or add new, delete elements, toggle style and more much better than doing it in a web development IDE.

Also we have resources tab, from where we can see resources downloaded by current web page.

Next thing I use most is the console, from where I can do javascript stuffs directly on the web page :D

One thing that I want to learn in detail is using Network tab. Can anyone explaing how we can resend any request that have been sent recently?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.