CONFIG_NET_DEBUG_COAP

Debug COAP

Type: bool

Help

Enables CoaP output debug messages

Direct dependencies

COAP && NET_LOG && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/lib/coap/Kconfig:65

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

Menu path: (top menu) → Networking → Network Protocols

config NET_DEBUG_COAP
    bool
    prompt "Debug COAP" if COAP && NET_LOG && NETWORKING
    depends on COAP && NET_LOG && NETWORKING
    help
      Enables CoaP output debug messages

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