65 #endif // _gexceptions_h void setProgramName(char *programName)
Called by C++ lib's main wrapper so that the stack trace knows the program's name.
Definition: gexceptions.cpp:150
bool getTopLevelExceptionHandlerEnabled()
Returns whether the top-level exception handler is enabled.
Definition: gexceptions.cpp:138
Definition: gexceptions.cpp:75
void interruptIfDebug()
If running under debugger, will interrupt program and return control to debugger (as if you pressed "...
Definition: gexceptions.cpp:124
void setTopLevelExceptionHandlerEnabled(bool enabled)
Sets whether the top-level exception handler is enabled.
Definition: gexceptions.cpp:176
string & getProgramName()
Called by C++ lib's main wrapper so that the stack trace knows the program's name.
Definition: gexceptions.cpp:146