MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / do_exit

Method do_exit

ogsr_engine/xrCore/xrDebugNew.cpp:177–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void xrDebug::do_exit(const std::string& message)
178{
179 ShowErrorMessage(message.c_str(), true);
180
181 if (!IsDebuggerPresent())
182 quick_exit(EXIT_SUCCESS);
183 else
184 DEBUG_INVOKE;
185}
186
187void xrDebug::backend(const char* expression, const char* description, const char* argument0, const char* argument1, const char* file, int line, const char* function)
188{

Callers 1

CreateLogFunction · 0.80

Calls 2

ShowErrorMessageFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected