My console output is exceeding PyCharm's buffer size in the Run output window. So when I scroll to the top after a test completes, I can't get all the way to the start of the console output. I can run the tests in an external terminal window and see all the output, but the integration with PyCharm is handy.
Is there a way to increase the buffer size of the PyCharm run output so I can retain all my logging output and scroll right to the top?
open "File" => "Settings..." => "Editor" => "General" => "Console" activate "Override console cycle buffer size" from its default value of 1024kB to your needs. restart the IDE.
You can review any output from your running applications in the Run window console. The output from each application is displayed in its own tab of the Run tool window, named after the corresponding run/debug configuration. If you re-run an application, the new output overwrites the contents of the tab.
For PyCharm Community 2016.3 (Mac) you can increase the size of console buffer in the application Preference:
Yes, you can edit the idea.cycle.buffer.size
setting within the bin/idea.properties
file within the installation folder (or within the Application package on OS X).
Setting:
idea.cycle.buffer.size=disabled
disables the cyclic buffer.
See https://www.jetbrains.com/idea/help/file-idea-properties.html for details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With