-
CONFIG_KERNEL_DEBUG
¶
Kernel debugging
Type: bool
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At kernel/Kconfig:300
Included via Kconfig:8
→ Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics
config KERNEL_DEBUG
bool "Kernel debugging"
select INIT_STACKS
help
Enable kernel debugging.
Note that debugging the kernel internals can be very verbose.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)