Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scroll-to-end in VS2012 output window

Tags:

While an app is running, I get a flood of information being written to the output window (which is good), and this window auto-scrolls to the end so that you always see the latest message written.

If something interesting appears in the output window, I select it to pause the auto-scroll to further analyse that message.

After I'm done, I'd like to resume the auto-scroll functionality. How do I switch auto-scroll back on again?

like image 880
His Royal Redness Avatar asked Dec 13 '12 22:12

His Royal Redness


People also ask

How do I close a Visual Studio output window?

You can use Shift + Esc to close any tool window. to bring a tool window you can use the shortcuts like Ctrl+W ...

How do I view the output window?

To open the Output window, on the menu bar, choose View > Output, or press Ctrl+Alt+O.


1 Answers

To re-enable autoscrolling, while in the output window just hit CTRL+END.

like image 128
SpeziFish Avatar answered Oct 04 '22 22:10

SpeziFish