Chrome DevTools
Debugging
About
Chrome DevTools is the debugging suite built into Chrome, giving developers direct access to a page's DOM, network, and JavaScript runtime.
- Sets breakpoints directly in served JavaScript
- Inspects live network requests and timing
- Audits performance and accessibility with Lighthouse
- Edits CSS and sees changes without a page reload
- Category:
- Debugging
- Platform:
- Code