Freigeben über


Output vs Immediate Window

Menu:  Tools -> Options -> Debugging -> General
Versions:  2008,2010
Published:  7/4/2010
Code:  vstipTool0046

 

Depending on your setting you may want to redirect Output Window messages to the Immediate Window or vice versa.  So, if currently your messages go to the Output Window:

image

 

Just go to Tools -> Options -> Debugging -> General and check the "Redirect all Output Window text to the Immediate Window" checkbox:

image

 

Now some messages will go to the Immediate Window instead of the Output Window:

image

 

NOTE:  Not all information will be redirected to the Immediate Window.  In this example, the results of an Assert are redirected but there is still some system information that is shown in the Output Window as well:

image

Comments

  • Anonymous
    July 17, 2012
    How can I show message on both sides? Cause while debugging is running, output window will not show up. When debugging is done, immediate window will not show up...the design is so dumb...

  • Anonymous
    July 17, 2012
    Hi Jack, With any solution open in Solution Explorer you will always have access to the Output and Immediate windows either during design or debug mode.  Just go to Debug | Windows | [Immediate or Output] Window on your menu bar to see the window of your choice. Z

  • Anonymous
    March 05, 2015
    The comment has been removed