Click or drag to resize

DebOut Function

X#
Write information to the Debug Terminal Program

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION DebOut(
	args PARAMS USUAL[]
) AS VOID
Request Example View Source

Parameters

args
Type: Usual
List of values to display on the debug terminal
See Also