Remote Debugging Console Input (std::cin())
已回答
Hi,
I'm testing CLion 2020.2.1 which works quite well for now.
There is just one little problem:
Im cross compiling and debugging on a CortexA7.
In my application im requesting user input with std::cin() but it looks like I can't send any characters to the application:

I would appreciate any hint. Thank you in advance!
请先登录再写评论。
Hello!
What run/debug configuration do you use?
Hi Anna,
thanks for your reply.
Im using the following settings:
Build-config:
Toolchain:
Btw running and debugging the application on the linux host works fine.
I'm able to send user input to the application.
What run/debug configuration do you use? Is it Remote GDB Server? Or GDB Remote Debug? Or something else?
Remote GDB Server
If you need more information or log files, please tell me.
thank you!
Sorry for the delay! We reproduced the issue on our side and created https://youtrack.jetbrains.com/issue/CPP-22106. Feel free to comment or upvote the issue in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Thank you very much, im looking forward getting the update.