You can write the output from OutputDebugString with DebugView for Windows :
DebugView is an application that allows you to track debug output to your local system or any computer on the network that you can achieve through TCP / IP. it is capable of displaying both kernel mode and Win32 debugging output, so you donβt need a debugger to debug output your applications or device drivers generate, and you donβt need to change your applications or drivers to use non-standard debugging output APIs.
source share