a bug when debug a python program in venv #13179
Labels
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
Environment data
python.languageServer
setting:[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'm a programming begginer,and when I try to debug a program like this:
in venv
and launch.json is default
Expected behaviour
Input: a
Output:a
Actual behaviour
Auto input: source xxx/bin/activate
Output: source xxx/bin/activate
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: