Home / lang / debug 
DEBUG
Syntax
DEBUG Expression [ { ; | ;; | , } Expression ... ] [ { ; | ;; | , }  ]

Prints expressions to the standard error output, only if your program is compiled with debugging informations.

The expressions are converted to strings by the Str$ function.

See also

Error Management  PRINT