diff --git a/redo/windows/util.c b/redo/windows/util.c index b9bdf29b..9ca6a7d3 100644 --- a/redo/windows/util.c +++ b/redo/windows/util.c @@ -82,7 +82,8 @@ void complain(const char *fmt, ...) vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); va_end(ap); - abort(); + DebugBreak(); + abort(); // just in case } // wrapper around MapWindowRect() that handles the complex error handling