RE: Debugging messages in Output window



Hello Ed,

As for the "Redirect all Output window text to the Immediate window" option
of visual studio 2005, it is mainly used to redirect all the debugger
messages to the immediate windows, therefore not all the messages appear in
the output window will be redirected when we turn on this setting. For
example, those messages issue through the System.Diagnostics.Debug object
will be redirected(or some messages print through standard debugger API).

#General, Debugging, Options Dialog Box
http://msdn2.microsoft.com/en-us/library/85yzd16c(VS.80).aspx

However, those statements as below will still be displayed in the output
window:

'DebugThread.exe' (Managed): Loaded
'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xm
l.dll', Skipped loading symbols. Module is optimized and the debugger
option 'Just My Code' is enabled.
The thread 0x17c4 has exited with code 0 (0x0).
The program '[17660] DebugThread.exe: Managed' has exited with code 0 (0x0).

Is there any particular requirement in your scenario that you redirect all
output window text to the immediate window? Please feel free to let me know
your detailed requirement and concern here and we may help you look for
some other possible ideas.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



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





.



Relevant Pages

  • Re: Immediate Window annoyance
    ... I found an debugging setting of 'Redirect all Output Window text to the ... Immediate Window' in VS05 and after I turn on this option, ... But this problem doesn't exit in the Output window, ...
    (microsoft.public.dotnet.languages.csharp)
  • Netbeans output window colors ?
    ... my eyes but I'd also like to tweak the output window, the debugger ... window and various other windows for that matter. ...
    (comp.lang.java.programmer)
  • Re: Where does "Console.WriteLine" output go?
    ... Under Tools | Options | Look for Debugging, General, Choose the ... Redirect all Output Window text to the immediate window. ...
    (microsoft.public.dotnet.general)
  • Re: AppleWin Debugger & AppleWin Ports
    ... I found the single-screen debugger constraining at first ... do what I needed within the window. ... the command line/docs are a little too obtuse for it ... debugger and set a breakpoint at $300, switch back to the emulator and CALL ...
    (comp.emulators.apple2)
  • Re: Why JIT Debugger Doesnt Work on Particular Project?
    ... > debugger doesn't seem to be working. ... any error in this one particular project just pops-up the window ... > app's config file, but the only config files I see are those in the ... But even when I removed the reference, still no debug window. ...
    (microsoft.public.dotnet.general)