mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 17:35:05 +00:00
* 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>
3 lines
146 B
Plaintext
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__)
|