How to make Pycharm terminal stop tailing the console output?
已回答
I am running a web server in Pycharm. Everytime the webserver outputs a new entry in the console my cursor and vision are forced down to the bottom. I would like to investigate some messages that are farther up the console output history while the server is still running (so without having to stop the server). I would like to be able to scroll up and not be forced back down to the bottom of the console just because something new has output. Is this possible using the Pycharm terminal?
请先登录再写评论。
Unfortunately it is not possible currently. Please vote for these requests: https://youtrack.jetbrains.com/issue/IDEA-140061 , https://youtrack.jetbrains.com/issue/IDEA-136403 . Please see https://intellij-support.jetbrains.com/hc/en-us/articles/207241135 if you are not familiar with YouTrack.