Debugging
=========

Debugging is a powerful technique allowing you to interactively run your
code and be able to see much more information about the things that went
wrong.

Architectures
~~~~~~~~~~~~~

Debugging on the supported architectures requires the installation and initial setup of different debugging tools.
The links below will give you more information and step-by-step instructions.

.. toctree::
   :titlesonly:
   :maxdepth: 1

   /arch/host/debugging/index
   /arch/esp8266/debugging/index
   /arch/esp32/debugging/index
   /arch/rp2040/debugging/index
