Goonstation 13 - Modules - TypesDefine Details

_std/macros/debug.dm

/proc/stack_traceWrapper to let us runtime without killing the current proc, since CRASH only kills the exact proc it was called from
/obj/merge_conflict_markerDO NOT USE THIS IN NORMAL MAPPING!!! Linters WILL fail.
TEST_FOCUSFor unit test support Only run the test provided within the parentheses This is useful for debugging when you want to reduce noise, but should never be pushed Intended to be used in the manner of TEST_FOCUS(/datum/unit_test/math)

Define Details

TEST_FOCUS

For unit test support Only run the test provided within the parentheses This is useful for debugging when you want to reduce noise, but should never be pushed Intended to be used in the manner of TEST_FOCUS(/datum/unit_test/math)