-
CONFIG_KERNEL_DEBUG
¶
Kernel debugging
Type: bool
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At kernel/Kconfig:305
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics
config KERNEL_DEBUG
bool
prompt "Kernel debugging"
select INIT_STACKS
help
Enable kernel debugging.
Note that debugging the kernel internals can be very verbose.
(Definitions include propagated dependencies, including from if’s and menus.)