-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Broken terminal behavior in PyCharm #12505
Comments
Not sure about the root cause, but you can disable this by running with |
We are also experiencing this issue all of a sudden, with ( Setting |
So, it's reproducible, and not only our issue. Thank you, @vpatov for the update! |
Description
I am using JetBrains PyCharm+Gateway for remote development. I am using an internal Pycharm terminal. Today I found that the latest version of docker-compose
2.32.4
is printingw Enable Watch
message over my outputs. Take a look (v2.32.4):I see only the last 2 lines and others are masked by
w Enable Watch
Using 2.30.0 version - It works perfectly:
It breaks user experience extremely - you can't debug STDOUT at all. Do we have any suggestions or something I overlooked?
Thank you!
Steps To Reproduce
Run Pycharm and create a simple config file, like this:
To spawn logs, run command in the same Linux machine, or container -
watch curl localhost:9999
Install version 2.30.0, for example, and run it from the internal PyCharm terminal:
Works perfectly!
Install version 2.32.4 and run the same manifest:
We are getting the mess of the lines.
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: