========== Debugging ========== .. _debugging_section: This section provides guidance on how to debug ``pysilpo``. Enable debug mode ================= To enable debug mode, set the ``DEBUG`` environment variable to ``1``, for example: .. code-block:: bash DEBUG=1 python main.py Where ``main.py`` is the entry point of your application which is using ``pysilpo``.