:orphan: .. title:: CONFIG_ARC_EXCEPTION_DEBUG .. kconfig:: CONFIG_ARC_EXCEPTION_DEBUG CONFIG_ARC_EXCEPTION_DEBUG ########################## *Unhandled exception debugging information* Type: ``bool`` Help ==== .. code-block:: none Print human-readable information about exception vectors, cause codes, and parameters, at a cost of code/data size for the human-readable strings. Direct dependencies =================== (\ :kconfig:`PRINTK ` || \ :kconfig:`LOG `) && \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/arc/Kconfig:352`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options .. code-block:: kconfig config ARC_EXCEPTION_DEBUG bool "Unhandled exception debugging information" default n depends on (PRINTK || LOG) && ARC help Print human-readable information about exception vectors, cause codes, and parameters, at a cost of code/data size for the human-readable strings. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*