# Functions
CallerStackTrace returns a formatted stack trace of the caller of this function.
ClosureStackTrace returns a formatted stack trace for the given function pointer.
DumpGoRoutinesOnShutdown dumps the stack traces of all goroutines on shutdown.
FunctionName returns the name of the generic function pointer.
GetEnabled returns true if the debug mode is active.
GoroutineID returns the ID of the current goroutine.
SetEnabled sets if the debug mode is active.
StackTrace returns a goroutine stack trace.
# Variables
DeadlockDetectionTimeout contains the duration to wait before assuming a deadlock.