简体   繁体   中英

is there any limit to print the values on console in eclipse indigo or any other IDE?

I recently came across the problem of printing 4219 lines on console. but when excuted the program i saw that only half of the lines were printed. when i used debug mechanism i found that all the values are coming and getting printed on the console.

so is there a limit for the console to print the values if so how to make it to print all.

thanks

Antony

This is usually a setting for the console program. Open eclipse properties and search for console.

You need to increase the Console buffer size.

For Eclipse it is here: Preferences -> Run/Debug -> Console -> you should see entry for buffer size.

So i guess you have something similar. Just increase the number.

You can do it with console properties:

在此处输入图片说明

Go to Window/Preferences/ then choose Run/Debug/Console

and take a look on "Console buffer size". I typically increase this number. Do the same.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM