Freigeben über


Customize the Output Window

Menu:  Tools -> Options -> Fonts and Colors -> Show settings for -> Output Window
Versions:  2008,2010
Published:  7/2/2010
Code:  vstipTool0044

 

Tired of the same old Output Window?  Want bigger fonts?  Better colors? 

image

 

Well you can get it all!  Just go to Tools -> Options -> Fonts and Colors -> Show settings for -> Output Window:

image

 

You can change the font type, color, and size for a variety of display items.  Here is one change I made:

image

 

And the result in the Output Window:

image

 

Obviously you'll want to experiment with combinations that suit you :)

Comments

  • Anonymous
    November 03, 2010
    Yes, but how do you increase the total number of lines in the buffer!

  • Anonymous
    November 03, 2010
    @anthony -- could you clarify?  are you having issues with the number of lines in the Output window?

  • Anonymous
    January 11, 2011
    Yes, how do you increase it ? Max lines seems to be 50000, how can be this increased ?

  • Anonymous
    January 12, 2011
    Okay so I pinged Dustin Campbell on the VS Team and here is his answer: "To keep memory down, the output window ensures that there is no more than 256MB is taken up by the text in the output window. At  2 bytes per character, that means that no more than 134,217,728 characters can appear. However, that total is spread across all of the output window panes (e.g. “Debug”, “Build”, etc.). When the total amount of text used by each output pane reaches that maximum number, an algorithm is run to reduce the amount of text used by 10%. Given that the maximum amount of text is already at ¼ GB, a facility to tweak that number was never added." Makes sense from a performance standpoint IMHO. Z

  • Anonymous
    January 16, 2011
    Wow. Thanks! I guess we can not run long test cases with output mesages. Is there a way to redirect the output to a file and log everything ? Maybe in the new VS ? All i do know is when i see the number of lines reaches close to 50000 hit break, save the output and hit run again. This method excludes automation. Domi

  • Anonymous
    January 17, 2011
    Hey Domi -- Have you checked out DebugView?  technet.microsoft.com/.../bb896647.aspx   It might be what you are looking for.

  • Anonymous
    January 17, 2011
    Thanks, but DebugView does not work for me.

  • Anonymous
    October 20, 2011
    what about launching your build from the CLI using msbuild, and redirecting the output into a file?

  • Anonymous
    May 13, 2014
    How do I set the default output window size? I can set the font size, but not the window size and have to resize it every time. I'm running the VS2012 Express Edition.

  • Anonymous
    January 20, 2015
    The comment has been removed