CONFIG_EVENT_MANAGER_SHOW_EVENT_HANDLERS
Show event handlers
Type: bool
Help
This option controls if event handlers are printed to console.
Direct dependencies
EVENT_MANAGER_SHOW_EVENTS
&& EVENT_MANAGER
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/subsys/event_manager/Kconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:24
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Event Manager → Show events
config EVENT_MANAGER_SHOW_EVENT_HANDLERS
bool "Show event handlers"
depends on EVENT_MANAGER_SHOW_EVENTS && EVENT_MANAGER
help
This option controls if event handlers are printed to console.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)