The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ASSERT_VERBOSE

Enable verbose assertions

Type: bool

Help

This option enables printing an assert message with information about
the assertion that occurred. This includes printing the location,
the conditional expression and additional message specific to the
assert.

Default

  • y

Kconfig definition

At subsys/debug/Kconfig:236

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:17

Menu path: (Top) → Sub Systems and OS Services → Debugging Options

config ASSERT_VERBOSE
    bool "Enable verbose assertions"
    default y
    help
      This option enables printing an assert message with information about
      the assertion that occurred. This includes printing the location,
      the conditional expression and additional message specific to the
      assert.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)