home / docs / sections

sections: contributing:contributing-debugging

This data as json

id page ref title content breadcrumbs references
contributing:contributing-debugging contributing contributing-debugging 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: datasette --pdb fixtures.db For ipdb , first run this: datasette install ipdb ["Contributing"] [{"href": "https://pypi.org/project/ipdb/", "label": "ipdb"}]
Powered by Datasette · Queries took 1.244ms