Files
Bubberstation/code/__DEFINES/stack_trace.dm
Mothblocks fedca466f3 Add file and line to stack_trace (#70003)
Add file and line to stack_trace
2022-09-19 14:00:03 -07:00

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__)