Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 539 Bytes

debugging.rst

File metadata and controls

21 lines (15 loc) · 539 Bytes

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