DEBUGOUT Command
Directs the result of one or more expressions to the Debug Output window.
DEBUGOUT eExpression1 [, eExpression2] ... |
Parameters
- eExpression1 [, eExpression2] ...
-
Specifies one or more expressions to evaluate and display in the Debug Output window. You can specify multiple expressions of different types.
If the expression you specify is an object or object reference, Visual FoxPro automatically converts it to the string, "(Object)", to provide the character equivalent. In the following example, the _VFP system variable is returned as "(Object)" and passed to DEBUGOUT:
Copy CodeDEBUGOUT 123, _VFP, "Hello"
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Note 
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08