Go to the source code of this file.
Classes | |
class | JournalExceptionStackWalker |
A helper class that combines the StackWalker output into a std::string. More... | |
Macros | |
#define | GOTODEBDEF false |
Variables | |
bool | gOnExceptionGotoDebugger = GOTODEBDEF |
#define GOTODEBDEF false |
Definition at line 115 of file journalexception.cpp.
bool gOnExceptionGotoDebugger = GOTODEBDEF |
When set to true, any caught exception at the C level will be passed on upward (ie to the debugger) When set to false, the exception handling stops at this level. This only applies to C level exceptions.
Definition at line 121 of file journalexception.cpp.