Chrome DevTools simplifies Dev's life
July 08, 2022

Chrome DevTools simplifies Dev's life

Anonymous | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Overall Satisfaction with Chrome DevTools

When developing websites, I use a lot the network tab and JS debugging The masterpiece is the possibility to change CSS live to adjust the rendering I recently use webauthn to debug SSO implementation Chrome DevTools is also powerful to optimize the existing sites to gain reliability and simplicity The DOM exploration can be really difficult manually and this is just the only way to get into it
  • DOM Exploration
  • Live CSS debugging
  • Resources downloading report
  • Responsive website debugging
  • Animation tools can be easily improved
  • A new tool to export reportings in external DB or in cloud
  • A new tool to follow an external logs like ASPX or Python
  • CSS live debugging
  • DOM Exploration
  • Networking reporting
  • Gain of time for DOM Exploring
  • ROI for performance and memory leaks finding
  • There is no negative impact on ROI
Chrome DevTools is a library of tools where others like a visual studio can only offer some under level. Chrome DevTools let also debug websites on the internet even if you don't own them. Chrome DevTools is really easy to use and you don't need a lot to understand how it is working.

Do you think Chrome DevTools delivers good value for the price?

Yes

Are you happy with Chrome DevTools's feature set?

Yes

Did Chrome DevTools live up to sales and marketing promises?

Yes

Did implementation of Chrome DevTools go as expected?

Yes

Would you buy Chrome DevTools again?

Yes

Chrome DevTools is really well suited for debugging frontend HTML/CSS. It helps to give a focussed view for developers and parts they want to test, correct, or play with But Chrome DevTools is not appropriate for backend debugging with REST web services where Postman is a better tool Introduce Postman features in Chrome DevTools could be great