2016-02-26 309 views
1

我无法弄清楚在调试程序时如何从键盘输入。我唯一可以写的东西是在'控制台'上,但是当我这样做时,会弹出一条消息,提示“暂停进程以使用命令行”。PyCharm:在调试/步进时无法从键盘获取输入()

已经过了几个小时,我找不到解决方案。提前致谢。

When running the program all works fine, I can write the input normally.

But when debugging, I get stuck when program reaches "input()" line.

回答