| 175 | } |
| 176 | |
| 177 | void 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 | |
| 187 | void xrDebug::backend(const char* expression, const char* description, const char* argument0, const char* argument1, const char* file, int line, const char* function) |
| 188 | { |
no test coverage detected