visual studio - More line in console output of VS2010 -


when run program in vs2010, because output quite lot,the console discards previous output.

for example, consider output of 400 lines, lines 1 80 not displayed, lines 81 400 displayed.

any idea of how can see entire output?

you can change buffering settings of console: right click title bar of console window , select "properties." on "layout" tab, change "height" of screen buffer large number (9999, example).

run program again.

of course, if have large amount of output need inspect on regular basis, it's best write file instead.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -