Click or drag to resize

DebOut32 Function

X#
Write information to the Debug Terminal Program

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION DebOut32(
	pszText AS STRING
) AS VOID
Request Example View Source

Parameters

pszText
Type: String
String that gets written to the Debug Terminal Program

Return Value

Type: 
Remarks
DebOut32() helps when debugging X# applications. It uses the same mechanism as the Operating Systems OutPutDebugString() functions. To see the output you need to run a special program that intercepts this output. You can download such a program from http://www.sysinternals.com
Examples