HowToDoInJava

  • Java 8
  • Regex
  • Concurrency
  • Best Practices
  • Spring Boot
  • JUnit5
  • Interview Questions

How to Increase Console Output Limit in Eclipse

By Lokesh Gupta | Filed Under: Eclipse

Often when we are trying to debug a critical issue using eclipse debugger, we need to look at console output. But if you have set the logging level to “debug” then application dumps a lot of log statements into console. Many times, the log statements are just lost in this dump of log statements.

You can handle this problem simply by increasing the limit of log statements in console OR simply remove the limit all together. This can be done setting following setting in eclipse:

1) Go to Window > Preferences > Run/Debug > Console
2) Increase the Console buffer size
2) OR simply uncheck “Limit Console Output” all together

Increase console output limit in eclipse
Increase console output limit in eclipse

That’s all. You will have bigger dump to investigate your problem.

Happy Learning !!

About Lokesh Gupta

Founded HowToDoInJava.com in late 2012. I love computers, programming and solving problems everyday. A family guy with fun loving nature. You can find me on Facebook, Twitter and Google Plus.

Feedback, Discussion and Comments

  1. Lalatendu

    May 25, 2014

    Hi Lokesh,

    Do you have any idea on how to generate a PDF which is able to read asserted reader.

    Reply
    • Lokesh

      May 25, 2014

      I will checkout.

      Reply

Ask Questions & Share Feedback Cancel reply

Your email address will not be published. Required fields are marked *

*Want to Post Code Snippets or XML content? Please use [java] ... [/java] tags otherwise code may not appear partially or even fully. e.g.
[java] 
public static void main (String[] args) {
...
}
[/java]

Search Tutorials

  • Email
  • Facebook
  • RSS
  • Twitter

Eclipse Tutorials

  • Eclipse – Import Remote Archetype
  • Eclipse – Quick Search Plugin
  • Eclipse – Display Non-english Chars
  • Eclipse – Increase Console Limit
  • Eclipse – Create Code Templates
  • Eclipse – Make Faster
  • Compile Program in Other Language
  • Compiler Error When Hiding Final Static Methods
  • “javax.servlet.http.HttpServlet” not found

Popular Tutorials

  • Java 8 Tutorial
  • Core Java Tutorial
  • Java Collections
  • Java Concurrency
  • Spring Boot Tutorial
  • Spring AOP Tutorial
  • Spring MVC Tutorial
  • Spring Security Tutorial
  • Hibernate Tutorial
  • Jersey Tutorial
  • Maven Tutorial
  • Log4j Tutorial
  • Regex Tutorial

Meta Links

  • Advertise
  • Contact Us
  • Privacy policy
  • About Me

Copyright © 2016 · HowToDoInjava.com · All Rights Reserved. | Sitemap