Open DevTools with F12 or Cmd/Ctrl+Shift+I. Key panels:
- Console: Run code, see logs and errors
- Elements: Inspect and modify DOM/CSS
- Sources: Debug JavaScript with breakpoints
- Network: Monitor HTTP requests
- Application: View storage, cookies, cache
Learn keyboard shortcuts to work efficiently.