CONFIG_DEBUG_INFO

Enable system debugging information

Type: bool

Help

This option enables the addition of various information that can be used by debuggers in debugging the system, or enable additional debugging information to be reported at runtime.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/debug/Kconfig:161

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:12

Menu path: (top menu) → Debugging Options

config DEBUG_INFO
    bool
    prompt "Enable system debugging information"
    help
      This option enables the addition of various information that can be
      used by debuggers in debugging the system, or enable additional
      debugging information to be reported at runtime.

(Definitions include propagated dependencies, including from if’s and menus.)