:orphan: .. title:: CONFIG_DEBUG_INFO .. kconfig:: CONFIG_DEBUG_INFO CONFIG_DEBUG_INFO ################# *Enable system debugging information* Type: ``bool`` Help ==== .. code-block:: none 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 ``/debug/Kconfig:304`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig 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.)*