CONFIG_NET_DEBUG_WEBSOCKET

Debug websocket library

Type: bool

Help

Enables websocket library to output debug messages

Direct dependencies

WEBSOCKET && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/lib/websocket/Kconfig:16

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:21

Menu path: (top menu) → Networking → Network Protocols → Websocket support [EXPERIMENTAL]

config NET_DEBUG_WEBSOCKET
    bool
    prompt "Debug websocket library" if WEBSOCKET && NETWORKING
    depends on WEBSOCKET && NETWORKING
    help
      Enables websocket library to output debug messages

(Definitions include propagated dependencies, including from if’s and menus.)