:orphan: .. title:: CONFIG_ASSERT_VERBOSE .. kconfig:: CONFIG_ASSERT_VERBOSE CONFIG_ASSERT_VERBOSE ##################### *Enable verbose assertions* Type: ``bool`` Help ==== .. code-block:: none 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 ``/debug/Kconfig:236`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig 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.)*