Home > lang > debug 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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