Files
Aurora.3/code/__defines/stack_trace.dm

3 lines
146 B
Plaintext

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