firmware-base/vendor/sming/Sming/docs/source/debugging/index.rst
2026-01-28 16:42:43 +01:00

25 lines
573 B
ReStructuredText

Debugging
---------
Sming applications can be debugged using an interactive debugger.
.. note::
Many issues can be more easily resolved in the :doc:`Host Emulator <host>` than attempting to debug on the target device.
In addition, static analysis tools can identify many actual or potential issues in code without actually running it. See :envvar:`ENABLE_SANITIZERS`.
Further details on debugging can be found in these pages.
.. toctree::
:maxdepth: 1
:titlesonly:
host
esp8266
esp32
rp2040
eclipse/index
See also :doc:`/tools/vscode`.