# Debugging

> Performance debugging with react-scan and TanStack Query devtools

Source: https://data-table.openstatus.dev/docs/debugging · Docs index: https://data-table.openstatus.dev/llms.txt · Full docs: https://data-table.openstatus.dev/llms-full.txt

We use `react-scan` for performance debugging:

```
# .env.local
NEXT_PUBLIC_REACT_SCAN=true
```

TanStack Query devtools appear automatically in development. For table debug logs:

```
NEXT_PUBLIC_TABLE_DEBUG=true
```

Try the debugging tools on the [/infinite](/infinite) demo — it has all three enabled in development.
