Files
fulpstation/code/__HELPERS/stack_trace.dm
John Willard e81bcb320c MAFIA MAFIIIAAAA MAFIAAAAAAAAAAAAAAAAA (oh and tgu i guess) (#1077)
* tgu

* utter bullshit

* fixes more bugs

* a

* barsign bullshit

* Update barsigns.dm

* bitrunner update

* infiltrator bullshit

* ports 2 gamebreaking bug fixes

* mentorwho is now in a block

* Sec mech bay for fulp maps

* merge conflict

* oh man im pushing this to map depot

---------

Co-authored-by: SgtHunk <68669754+SgtHunk@users.noreply.github.com>
2023-11-29 09:40:56 -08:00

5 lines
275 B
Plaintext

/// gives us the stack trace from CRASH() without ending the current proc.
/// Do not call directly, use the [stack_trace] macro instead.
/proc/_stack_trace(message, file, line)
CRASH("[message][WORKAROUND_IDENTIFIER][json_encode(list(file, line))][WORKAROUND_IDENTIFIER]")