-
CONFIG_NET_DEBUG_WEBSOCKET
¶
Debug websocket library
Type: bool
Help¶
Enables websocket library to output debug messages
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/lib/websocket/Kconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:21
Menu path: (top menu) → Networking → Network Protocols → Websocket support [EXPERIMENTAL]
config NET_DEBUG_WEBSOCKET bool prompt "Debug websocket library" ifWEBSOCKET
&&NETWORKING
depends onWEBSOCKET
&&NETWORKING
help Enables websocket library to output debug messages
(Definitions include propagated dependencies, including from if’s and menus.)