kopia lustrzana https://github.com/simonw/datasette
Documentation for --pdb, refs #962
rodzic
ca5c405d0f
commit
77521c6cd7
|
@ -86,6 +86,17 @@ Then run Datasette like this::
|
|||
|
||||
datasette fixtures.db -m fixtures-metadata.json --plugins-dir=fixtures-plugins/
|
||||
|
||||
.. _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`` debugger session if an error occurs using the ``--pdb`` option::
|
||||
|
||||
datasette --pdb fixtures.db
|
||||
|
||||
.. _contributing_documentation:
|
||||
|
||||
Editing and building the documentation
|
||||
|
|
Ładowanie…
Reference in New Issue