LibCarna Version 3.4.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
LibCarna::base::BreakForDebug Class Reference

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.
 

Detailed Description

Controls whether the LIBCARNA_BREAK_FOR_DEBUG macro produces a break point or not.

Default configuration will produce BreakForDebug::isEnabled() == true.

Author
Leonid Kostrykin

Definition at line 132 of file LibCarnaException.hpp.


The documentation for this class was generated from the following file: