microsoft / debugpy

An implementation of the Debug Adapter Protocol for Python
https://pypi.org/project/debugpy/
Other
1.8k stars 131 forks source link

Terminal Keyboard Inputs not being accepted #370

Closed yousefabuz17 closed 4 years ago

yousefabuz17 commented 4 years ago

Bug: Python Interpreter Extension

------------------------------------------------------------------------------------------------->

Steps to cause the bug to occur

  1. Latest version of python contains this bug where if you type a code simple like: age = input("Enter age: ) print(age)

In the terminal when you type in a number or anything and then click enter, it would not accept the user input and took me awhile to realize its because of the new update.

Actual behavior

Terminal not accepting user inputs

Expected behavior

Terminal needs to accept user inputs in order to run the full code if necessary.

Solution: Downgrade the python interpreter from 2020.8.101144 to one below it.