Visual React debugging with component inspection and breakpoints.
⚠️ Alpha Release - Thanks for checking this out! We're excited to make this the best damn debugger experience for humans and agents alike :)
1. Add to your React app:
<script src="//unpkg.com/@react-debugger/core/dist/index.js"></script>
2. Start the debugger:
npx @react-debugger/core localhost:3000
3. Debug:
- Hover components to highlight them
- Click components to inspect props/state/hooks
- Visual component highlighting and inspection
- Real-time props, state, and hooks data
- Component source location tracing
- Breakpoints and execution control
- Works with any React app, zero config
- React 16.8+
- Chrome (for debugging)
MIT License