:orphan: .. title:: DEBUG_COREDUMP .. option:: CONFIG_DEBUG_COREDUMP *Enable Core Dump* Type: ``bool`` Help ==== Enable core dump so it can be used for offline debugging. Direct dependencies =================== \ :option:`ARCH_SUPPORTS_COREDUMP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/coredump/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` → ``subsys/debug/Kconfig:346`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. parsed-literal:: menuconfig DEBUG_COREDUMP bool "Enable Core Dump" depends on \ :option:`ARCH_SUPPORTS_COREDUMP ` help Enable core dump so it can be used for offline debugging. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*