From 87655bc1cfe22005813801a62c11b22a298d5be3 Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Tue, 11 Jun 2019 12:30:53 +0300 Subject: tmp --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 4844353b..f59e3aa4 100644 --- a/src/common.h +++ b/src/common.h @@ -138,6 +138,8 @@ void re3_debug(char *format, ...); void re3_trace(const char *filename, unsigned int lineno, const char *func, char *format, ...); void re3_assert(const char *expr, const char *filename, unsigned int lineno, const char *func); +#define DEBUGBREAK() __debugbreak(); + #define debug(f, ...) re3_debug("[DBG]: " f, __VA_ARGS__) #define DEV(f, ...) re3_debug("[DEV]: " f, __VA_ARGS__) #define TRACE(f, ...) re3_trace(__FILE__, __LINE__, __FUNCTION__, f, __VA_ARGS__) -- cgit v1.2.3