WindowsApi:OutputDebugString Sends a string to the debugger for display. Syntax void OutputDebugStringA( LPCSTR lpOutputString ); void OutputDebugStringW( LPCWSTR lpOutputString ); See also DebugView Windows Api Favorite site OutputDebugStringA function (debugapi.h) - Win32 apps | Microsoft Docs