Files
Aurora.3/code/__DEFINES/stack_trace.dm
Fluffy c86be958de Ported the TG's error handler (#19782)
Ported the TG's error handler system, which allows runtime errors to be
collected in a datum, browsed, and all the good stuffs
2024-08-22 20:46:49 +00:00

5 lines
184 B
Plaintext

/// gives us the stack trace from CRASH() without ending the current proc.
#define stack_trace(message) _stack_trace(message, __FILE__, __LINE__)
#define WORKAROUND_IDENTIFIER "%//%"