diff --git a/src/logging.cc b/src/logging.cc index f1f519a43..2bb5f127d 100644 --- a/src/logging.cc +++ b/src/logging.cc @@ -1459,7 +1459,7 @@ static void logging_fail() { #if defined(_DEBUG) && defined(_MSC_VER) // When debugging on windows, avoid the obnoxious dialog and make // it possible to continue past a LOG(FATAL) in the debugger - _asm int 3 + __debugbreak(); #else abort(); #endif