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:

 CopyCode imageCopy Code
DEBUGOUT 123, _VFP, "Hello"

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic