CONFIG_DEBUG_COREDUMP

Enable Core Dump

Type: bool

Help

Enable core dump so it can be used for offline debugging.

Direct dependencies

ARCH_SUPPORTS_COREDUMP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/debug/coredump/Kconfig:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:16<Zephyr>/subsys/debug/Kconfig:345

Menu path: (Top) → Sub Systems and OS Services → Debugging Options

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.)