Files
CHOMPStation2/code/__defines/stack_trace.dm
2025-09-14 20:05:26 +02: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 "%//%"