mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
=========================================
|
||||
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
|
||||
Reference in New Issue
Block a user