mirror of
https://github.com/apache/nuttx.git
synced 2025-05-09 06:42:10 +08:00

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>
15 lines
472 B
ReStructuredText
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 |