I am using Python's raw_input to get input from keyboard.
How do I debug my code with PyCharm? I am unable to input from keyboard when (for example) name = raw_input("Input your name")
is executed.
You enter the input into the console that shows up, when you compile and run your script. Like so, the green text is the input.
For users of IntelliJ, "Always show debug console" is under IntelliJ IDEA -> Settings -> Build, Execution, Deployment -> Console