CompuServe Thread

#DBWIN/OutputDebugString

2 messages in this thread
#51171From: Andreas LachnerAug 7, 1993 10:17 AM
Hi, one of my favourite ways to display info for debiggung is to upe the OutputDebugString and the tiny DBWIN.EXE under 16Bit Windows. Unfortunately in NT ot seems to be the only way to see the OutputDebugString Messages when using the WinDbg programm which is quite a overhead I think. So my question: Does something exists, small and easy, to display these Messages ? Thanks, Andreas There is 1 Reply.
#51281From: Nancy Cluts – MicrosoftAug 9, 1993 12:56 PM
Hi Andreas. You can create a console window and send the information from OutputDebugString() there. Take a look at the DEB sample in the \MSTOOLS\SAMPLES\DEB directory. This sample uses OutputDebugString() quite a bit – you should be able to take that code and use it in your program. Nancy Cluts Microsoft Developer Support