terminal – JetBrains IDE’s Run/Debug window lose characters when outputting lone lines
I’ve been troubled by this issue for a long time. GoLand, IDEA, and PyCharm all have this problem: when outputting very long lines (for example, when debugging code locally and needing to output the raw JSON), the IDE automatically wraps the text, but after wrapping, it loses some characters. Running the compiled executable in macOS's Terminal
or Terminus
has no issue. Searching Google/YouTrack gives me nothing that helps.
For example, in the image below, after the “product_avg_score” key, there should be a float-type value, and “service_avg_score” is missing the double quotes at the beginning.
- macOS 13 ARM
- using ZSH with OhMyZSH
- IDE versin from 2022.X ~ 2023.X(latest)
Read more here: Source link