![]() |
DDraceNetwork Documentation
|
Macros | |
| #define | dbg_assert(test, fmt, ...) |
Functions | |
| void | dbg_assert_imp (const char *filename, int line, const char *fmt,...) |
| bool | dbg_assert_has_failed () |
| void | dbg_break () |
| void | dbg_msg (const char *sys, const char *fmt,...) |
Utilities for debugging.
| bool dbg_assert_has_failed | ( | ) |
Checks whether the program is currently shutting down due to a failed assert.
Use dbg_assert instead!
| void dbg_break | ( | ) |