PyCharm:在调试/单步执行时无法从键盘获取input()

时间:2016-02-26 19:17:06

标签: debugging input 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.

1 个答案:

答案 0 :(得分:0)

这是应该解决您的问题的链接。问题是您的调试器默认为python控制台。

PyCharm: How to debug `raw_input()` input from keyboard?