The latest development version of this page may be more current than this released 2.7.5 version.

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:304

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:17

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

config DEBUG_INFO
    bool "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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)