Category: Files
Back to System Functions
DebugPrint(text As String)
Void
Writes text to the runtime diagnostics output stream.
Use this for tracing values while testing gameplay logic and file flow.
DebugPrint("PlayerX=" + Str(playerX))