CONFIG_NET_DEBUG_CONTEXT

Debug network context allocation

Type: bool

Help

Enables printing of network context allocations and frees.

Direct dependencies

NET_LOG && !NET_RAW_MODE && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig.debug:82

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:30

Menu path: (top menu) → Networking → IP stack → Enable network stack logging and debugging

config NET_DEBUG_CONTEXT
    bool
    prompt "Debug network context allocation" if NET_LOG && !NET_RAW_MODE && NETWORKING
    depends on NET_LOG && !NET_RAW_MODE && NETWORKING
    help
      Enables printing of network context allocations and frees.

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