DebugPrint

Category: Files

Back to System Functions


Signature

DebugPrint(text As String)

Returns

Void

Description

Writes text to the runtime diagnostics output stream.

Use this for tracing values while testing gameplay logic and file flow.

Example

DebugPrint("PlayerX=" + Str(playerX))