Carna
Version 3.0.1
|
Controls whether the CARNA_BREAK_FOR_DEBUG macro produces a break point or not. More...
#include <CarnaException.h>
Static Public Member Functions | |
static void | enable () |
Makes future invocations of CARNA_BREAK_FOR_DEBUG will produce break point. | |
static void | disable () |
Prevents future invocations of CARNA_BREAK_FOR_DEBUG from producing break point. | |
static bool | isEnabled () |
Tells whether future invocations of CARNA_BREAK_FOR_DEBUG will produce break point. | |
Controls whether the CARNA_BREAK_FOR_DEBUG macro produces a break point or not.
Default configuration will produce BreakForDebug::isEnabled() == true
.
Definition at line 120 of file CarnaException.h.
Documentation generated by Doxygen