equal
deleted
inserted
replaced
22 |
22 |
23 #include "breakpoint.h" |
23 #include "breakpoint.h" |
24 #include <iostream> |
24 #include <iostream> |
25 |
25 |
26 /** |
26 /** |
27 * \ingroup core |
27 * \ingroup debugging |
28 * \defgroup error Error |
|
29 * \brief fatal error handling |
28 * \brief fatal error handling |
30 * |
29 * |
31 * \param msg message to output when this macro is hit. |
30 * \param msg message to output when this macro is hit. |
32 * |
31 * |
33 * When this macro is hit at runtime, the user-specified |
32 * When this macro is hit at runtime, the user-specified |