/tg/ Station 13 - Modules - Types

code/__HELPERS/stack_trace.dm

/proc/_stack_tracegives us the stack trace from CRASH() without ending the current proc. Do not call directly, use the stack_trace macro instead.
/proc/dump_stackReturns an ordered list of all our parent procs, highest to deepest.