When building and debugging a large C++ program, the output to the console is so large that the console cuts off the start of the output. This is particularly annoying as the first error outputted by the compiler is often the most important for debugging purposes.
EDIT: So the question is: How do I view the entire console output?