-
CONFIG_EXCEPTION_DEBUG
¶
Unhandled exception debugging
Type: bool
Help¶
Install handlers for various CPU exception/trap vectors to make debugging them easier, at a small expense in code size. This prints out the specific exception vector and any associated error codes.
Kconfig definition¶
At arch/x86/core/Kconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/x86/Kconfig:14
Menu path: (top menu) → X86 Architecture Options
config EXCEPTION_DEBUG bool prompt "Unhandled exception debugging" ifPRINTK
&&X86
default "y" ifPRINTK
&&X86
depends onPRINTK
&&X86
help Install handlers for various CPU exception/trap vectors to make debugging them easier, at a small expense in code size. This prints out the specific exception vector and any associated error codes.
(Definitions include propagated dependencies, including from if’s and menus.)