![]() |
LibCarna Version 3.4.0
|
Controls whether the LIBCARNA_BREAK_FOR_DEBUG macro produces a break point or not. More...
#include <LibCarnaException.hpp>
Static Public Member Functions | |
| static void | enable () |
| Makes future invocations of LIBCARNA_BREAK_FOR_DEBUG will produce break point. | |
| static void | disable () |
| Prevents future invocations of LIBCARNA_BREAK_FOR_DEBUG from producing break point. | |
| static bool | isEnabled () |
| Tells whether future invocations of LIBCARNA_BREAK_FOR_DEBUG will produce break point. | |
Controls whether the LIBCARNA_BREAK_FOR_DEBUG macro produces a break point or not.
Default configuration will produce BreakForDebug::isEnabled() == true.
Definition at line 132 of file LibCarnaException.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen