This document describes various functions in the Ring programming language that provide tracing and debugging capabilities. It includes functions to get call stack information, set a trace function, get trace event and data, and more. Examples are provided to demonstrate how to use these functions to trace program execution and implement a debugging interface.