Files
Bubberstation/code/__DEFINES/stack_trace.dm
SkyratBot 24d4bf1e6b [MIRROR] Add file and line to stack_trace [MDB IGNORE] (#16321)
* Add file and line to stack_trace (#70003)

Add file and line to stack_trace

* Add file and line to stack_trace

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2022-09-19 22:15:44 -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__)