sections_fts: 29
This data as json
| rowid | title | content |
|---|---|---|
| 29 | Debugging | Any errors that occur while Datasette is running while display a stack trace on the console. You can tell Datasette to open an interactive pdb (or ipdb , if present) debugger session if an error occurs using the --pdb option: uv run datasette --pdb fixtures.db For ipdb , first run this: uv run datasette install ipdb |