:orphan: .. title:: ARC_EXCEPTION_DEBUG .. option:: CONFIG_ARC_EXCEPTION_DEBUG *Unhandled exception debugging information* Type: ``bool`` Help ==== 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 =================== (\ :option:`PRINTK ` || \ :option:`LOG `) && \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/Kconfig:299`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options .. parsed-literal:: config ARC_EXCEPTION_DEBUG bool "Unhandled exception debugging information" default n depends on (\ :option:`PRINTK ` || \ :option:`LOG `) && \ :option:`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.)*