Re: Writing to the Debug Window



Wow, thanks, It is finally working, thanks very much! Changing the setting
in the options/Debugging fixed the problem.

David Parvin

"Oleg Starodumov" <com-dot-debuginfo-at-oleg> wrote in message
news:%23v85Hi2UGHA.5884@xxxxxxxxxxxxxxxxxxxxxxx

I also downloaded and ran DebugView. It works fine. When I get to the
Debug.Writeline, it writes to the screen in DebugView, but not the debug
output window in the enviroment. I ran the program in the enviroment and
outside and got the same results.

It means that trace listeners are OK, and also means that the debugger
configuration somehow disables debug output.

There is one more setting you can try:
Tools | Options | Debugging | General | "Redirect all Output Window text
to the Immediate window"

If this option is checked, debug output seems to be sent to Immediate
window instead of Debug Output window. (I have just found it, didn't know
about it before).

If this setting also does not help, consider a radical thing:
Tools | Import and Export Settings | "Reset all settings"

Oleg





.



Relevant Pages

  • Re: Debug output cleared
    ... After builds and especially after executions, the debug output window was ... not necessarily displaying new information. ... to when the window will again begin displaying information. ...
    (microsoft.public.vc.mfc)
  • Re: Writing to the Debug Window
    ... and still nothing was printed to the debug output window. ... David Parvin ... most if not all except Program Output worked fine. ... If you create a new simple application and use debug output in it, ...
    (microsoft.public.vsnet.debugging)
  • 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)
  • RE: "System.console.writeline()" dont work in vsto project
    ... If you want to see debug output in VisualStudio's output window, ... This post is provided "AS IS" with no warranties, and confers no rights ...
    (microsoft.public.vsnet.vstools.office)
  • Re: Writing to the Debug Window
    ... Debug.Writeline, it writes to the screen in DebugView, but not the debug output window in the enviroment. ... to the Immediate window" ...
    (microsoft.public.vsnet.debugging)