Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
I have edited your title. Please see, "Should questions include “tags” in their titles?", where the consensus is "no, they should not". – John Saunders Dec 13 '12 at 22:46
I thought the title was a bit vague without referencing VS2012, but if that they way the majority prefers it, then so be it – His Royal Redness Dec 13 '12 at 23:15
You could try "Scroll-to-end in VS2012 output window". That's at least readable. – John Saunders Dec 13 '12 at 23:18
Sounds better. Done! – His Royal Redness Dec 13 '12 at 23:55
You have to move the caret to bottom. Type Ctrl+End. – Hans Passant Dec 14 '12 at 0:11
show 1 more comment

1 Answer

up vote 2 down vote accepted

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

share|improve this answer
1  
Or manually position the cursor at the end of the text. – kroimon Apr 30 at 12:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.