summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/debugging/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 15:18:40 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit18da1df71e538cd98032937c542154f0efcb6fbb (patch)
treee4ddc488be2da6a0cad31636f0a3928e3411adf7 /docs/src/gettingstarted/debugging/README.md
parent526e648172cb50c3ee4f24a613c90d6a367ae157 (diff)
Docs: Move state machine to API
Diffstat (limited to 'docs/src/gettingstarted/debugging/README.md')
-rw-r--r--docs/src/gettingstarted/debugging/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/src/gettingstarted/debugging/README.md b/docs/src/gettingstarted/debugging/README.md
deleted file mode 100644
index 0b402a9..0000000
--- a/docs/src/gettingstarted/debugging/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Debugging
-
-To debug this library, e.g. to discover bugs or to see how it works internally, the library comes with a few nice additions.
-
-## The debug variable
-To enable debugging, set debugging to True in the method that registers the code with the library (see [API](../api/index.html)). This sets the logging level to `INFO` (meaning show all messages), and generates a Finite State Machine (FSM) `.graph` file. We explain in more detail what these two components (logging and FSM) exactly are and how they can be used.