Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

Console related quesion

When I ran my code recently I noticed that I am unable to see past a certain number of errors in the console. As we all know we start with the first error and then work our way down, but I cannot do that because the first error was pushed out of screen. How do I navigate the console when I receive a lot of errors?

Hi

If you are printing to a DOS window,

-right click on the top bar (where Command Prompt is printed out)

-Select Properties

-Select Layout

  • increase Height value to something like 500 ... in both places shown

Hope this helps