:orphan: .. title:: ASSERT_VERBOSE .. option:: 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 ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:240`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. parsed-literal:: 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.)*