Debug System
Logging, file output, and debugging tools
Debug Overview
# Debug System Comprehensive logging with console output and file logging. ## Configuration ```lua -- Enable debug output cLib.Debug.SetEnabled(tru...
Debug Utilities
# Debug Utilities ## Print Tables ```lua -- Print table structure cLib.Debug.PrintTable(myTable) -- Example output: -- name = John -- level = 5...