CLion not running in Terminal

旧时模样 提交于 2020-05-16 21:58:15

问题


There's this bug with the placement of certain characters in the embedded terminal in CLion (the Run tab that pops up when you click the Run button), and I figured out that if I changed the terminal in CLion, that wouldn't happen. I changed the terminal to cmder, and it is all working now, except one thing: I can't figure out how to make CLion run the program to that terminal.

I tried changing the configuration, but all it did on run was open cmder but not execute the program (I had to run it manually, by writing the file name).

I wonder, what's the way to fix this, and make CLion directly run C programs on the terminal, instead of the Run tab?

Thank you.


回答1:


The CLion run configuration always runs in the integreted run window. That is not a terminal emulator, and it cannot be changed so that it runs in an actual terminal emulator (like cmder).

Your best bet is to try to fix the "character placement" in the run window. Maybe ask a different question where you explain the issue, or if it's a clear bug, file a bug report for it.



来源:https://stackoverflow.com/questions/61484152/clion-not-running-in-terminal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!