Descent3/ddebug
Azamat H. Hackimov f7b7f18e0d Replace debugbreak with SDL_assert()
Reworked ASSERT() and Int3() macros to use SDL_assert(). SDL_assert() allows to debug break from user decision.

Major reorganizing platform-dependent code to make it platform-independent.
2024-09-24 23:03:02 +03:00
..
CMakeLists.txt Replace debugbreak with SDL_assert() 2024-09-24 23:03:02 +03:00
debug.cpp Unify Debug_Init() for all platforms 2024-09-24 23:00:53 +03:00
debug.h Replace debugbreak with SDL_assert() 2024-09-24 23:03:02 +03:00
error.cpp Replace debugbreak with SDL_assert() 2024-09-24 23:03:02 +03:00
lnxdebug.cpp Replace debugbreak with SDL_assert() 2024-09-24 23:03:02 +03:00
lnxmono.cpp Remove mprintf_at() usage 2024-09-24 23:00:53 +03:00
mono.h Remove mprintf_at() usage 2024-09-24 23:00:53 +03:00
pserror.h Replace debugbreak with SDL_assert() 2024-09-24 23:03:02 +03:00
windebug.cpp Replace debugbreak with SDL_assert() 2024-09-24 23:03:02 +03:00
winmono.cpp Remove mprintf_at() usage 2024-09-24 23:00:53 +03:00