_DebOut32 Function | |
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
public static void _DebOut32(
string pszText
)
Request Example
View SourceParameters
- pszText
- Type: String
PSZ text 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 See Also