You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version (available under the Extensions sidebar): 2020.8.101144
OS and version: Ubuntu 20.04
Python version (& distribution if applicable, e.g. Anaconda): 3.8.4
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Relevant/affected Python packages and their versions: N/A
Relevant/affected Python-related VS Code extensions and their versions: N/A
Value of the python.languageServer setting: Microsoft
[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue] <-- I tried this
Expected behaviour
When using the debugger with "Python: Current File" configuration, the debugger handles processing input() properly and moves to the next breakpoint
Actual behaviour
When using the debugger with "Python: Current File" configuration, the debugger hangs upon processing input() and does not move to the next breakpoint
Workaround
Roll back to 2020.7.96456 version of python extension
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Set a break point to the last line and use the debugger with "Python: Current File" configuration for the following code:
#!/usr/bin/env python3
print("Hello!)
first_name = input("What is your first name?: ")
print(first_name)
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Environment data
python.languageServer
setting: Microsoft[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue] <-- I tried thisExpected behaviour
When using the debugger with "Python: Current File" configuration, the debugger handles processing input() properly and moves to the next breakpoint
Actual behaviour
When using the debugger with "Python: Current File" configuration, the debugger hangs upon processing input() and does not move to the next breakpoint
Workaround
Roll back to 2020.7.96456 version of python extension
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: