nuttx/Documentation/debugging/disabling_stackdumpdebug.rst
raiden00pl 9394962cf6 Documentation: move debug pages to a separate top level page
Move debug related pages from Guides to a separate top level page.
This way all pages related to debugging will be in one place
which is more user friendly.

Related Github issue: https://github.com/apache/nuttx/issues/15667

Signed-off-by: raiden00pl <raiden00@railab.me>
2025-03-24 20:23:47 +08:00

15 lines
472 B
ReStructuredText

=========================================
Disabling the Stack Dump During Debugging
=========================================
.. warning::
Migrated from:
https://cwiki.apache.org/confluence/display/NUTTX/Disabling+the+Stack+Dump+During+Debugging
The stack dump routine can clutter the output of GDB during debugging.
To disable it, set this configuration option in the defconfig file of
the board configuration:
.. code-block:: c
CONFIG_ARCH_STACKDUMP=n