code/__HELPERS/stack_trace.dm 
| /proc/_stack_trace | gives us the stack trace from CRASH() without ending the current proc. Do not call directly, use the stack_trace macro instead. |
|---|---|
| /proc/dump_stack | Returns an ordered list of all our parent procs, highest to deepest. |