More lines in command window

前端 未结 3 447
醉酒成梦
醉酒成梦 2020-12-04 07:43

Is there a possibility to get \"more\" lines into the command window (Console)?

When I debug my programs I output quite a bunch of lines to the window and the beginn

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 08:04

    At least in Win7, Kristina's answer now seems to be either its memory of commands typed in the command lines, or the amount you can copy-paste.

    To increase the scrollbar's memory, I did the following:

    • Go to properties as mentioned by Kristina
    • Go to the layout tab (that's the third one)
    • Modify the screen buffer size's height - 9999 is the maximum.

    As mentioned by Joey in the comments to Kristina's answer, this will not work on things you've already done - only on things you do after making the change.

    This answer was originally written when Kristina's was marked as accepted. Now that this is the accepted answer, I've edited my answer to avoid confusion.

提交回复
热议问题