1

I can't figure out how to input from my keyboard while debugging the program. The only place I can write something is on 'Console', but when I do, a message pop ups saying "Pause the process to use comand-line".

It's been hours, I couldn't find a solution to this. Thanks in advance.

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 Answers1

1

Here's link that should solve your problem. The issue is that your debugger is defaulting to the python console.

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

Community
  • 1
  • 1
BrianOJee
  • 19
  • 1