obs: Make debug break on error optional via preprocessor definition
This commit is contained in:
parent
4c0b316130
commit
e6c465de84
@ -313,7 +313,7 @@ static void do_log(int log_level, const char *msg, va_list args, void *param)
|
||||
if (log_level <= LOG_INFO)
|
||||
LogStringChunk(logFile, str);
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && defined(OBS_DEBUGBREAK_ON_ERROR)
|
||||
if (log_level <= LOG_ERROR && IsDebuggerPresent())
|
||||
__debugbreak();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user