RE: Debugging messages in Output window



Hello Ed,

After some further discussion with some other VS engineers, I've just got
some further info which would be helpful to you. In the Visual Studio IDE,
after you start the debugging, you can right click in the output window,
and then you will see a list of output items that you can turn on/off.

They include the following items:
=============
Exception

Module Load

Module Unload

Process Exit

Thread Exit

Program Output
================

In your case, you can uncheck them all except Program Output. And then
clear the output window or start debugging again, you will see the output
from your main application's console in the VS output window.

Hope this helps.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.




.



Relevant Pages

  • RE: Debugging messages in Output window
    ... Module Load ... Process Exit ... you can uncheck them all except Program Output. ... clear the output window or start debugging again, ...
    (microsoft.public.vsnet.debugging)
  • Re: Migrating VS2003 - VS2005 C++ proj - where has my Trace info g
    ... you right click the output window. ... There is no mention of Trace output disappearing if "Program Output" is ... dlls being loaded in output window, but no Trace output or memory leaks (I ...
    (microsoft.public.vc.mfc)
  • Re: Writing to the Debug Window
    ... into my Output window is the Program Output. ... I did try turning on all the right click options and most if not all ... If you create a new simple application and use debug output in it, ...
    (microsoft.public.vsnet.debugging)

Loading