debug_print

A non-functional debugging tool. In Halo: Reach's debug builds, this probably writes a message to some log file.

Arguments

text

The text to print.

Example

debug_print("This function doesn't do anything! :D")

See also