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’).
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