How do I increase the Python Shell buffer ?

   3738   2   1
User Avatar
Member
7 posts
Joined: Sept. 2009
Offline
How can I increase the text buffer size of the Python Shell?

I have a long script that i run and id like to be able to see all the messages in the shell. currently, i only see about 25% of the total console output because the buffer is ‘too small’.

in eclipse, i am able to set the text buffer of the console to an arbitrary amount (or ‘unlimited’).

is this possible for the Python Shell?

thank you for any help you can provide.

-0.
User Avatar
Member
1925 posts
Joined: Nov. 2006
Offline
Unfortunately there isn't a way to do this right now. I believe I submitted an RFE for this at one point. You will either have to stick with how it is now or perhaps output to a file.
Graham Thompson, Technical Artist @ Rockstar Games
User Avatar
Member
7 posts
Joined: Sept. 2009
Offline
output to a file will work.

thanks for the prompt response, graham!

take care.

-0.
  • Quick Links