36 namespace exceptions {
70 #endif // _gexceptions_h
void interruptIfDebug()
If running under debugger, will interrupt program and return control to debugger (as if you pressed "...
Definition: gexceptions.cpp:127
void setTopLevelExceptionHandlerEnabled(bool enabled)
Sets whether the top-level exception handler is enabled.
Definition: gexceptions.cpp:179
bool getTopLevelExceptionHandlerEnabled()
Returns whether the top-level exception handler is enabled.
Definition: gexceptions.cpp:141
void setProgramName(char *programName)
Called by C++ lib's main wrapper so that the stack trace knows the program's name.
Definition: gexceptions.cpp:153
string & getProgramName()
Called by C++ lib's main wrapper so that the stack trace knows the program's name.
Definition: gexceptions.cpp:149