:orphan: .. title:: CONFIG_DEBUG_COREDUMP .. kconfig:: CONFIG_DEBUG_COREDUMP CONFIG_DEBUG_COREDUMP ##################### *Enable Core Dump* Type: ``bool`` Help ==== .. code-block:: none Enable core dump so it can be used for offline debugging. Direct dependencies =================== \ :kconfig:`ARCH_SUPPORTS_COREDUMP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/debug/coredump/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` → ``/debug/Kconfig:340`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig menuconfig DEBUG_COREDUMP bool "Enable Core Dump" depends on 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.)*