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
Python version (& distribution if applicable, e.g. Anaconda): Python 3.9.7 | Anaconda Prompt (Miniconda3)
Using VS Code or Visual Studio: VS Code
Actual behavior
DAP Server launched with command: conda run -n testenv --no-capture-output --live-stream python c:\Users\user.name\.vscode\extensions\ms-python.python-2022.4.0\pythonFiles\lib\python\debugpy\adapter
Expected behavior
It supposed to work normal and stop at the breakpoint.
Steps to reproduce:
I am using the Debugger on VS Code since a while for debugging Python scripts and it always worked fine. Yesterday I tried to work on some scripts written on C-Language and debugging them .. Now the Debugger on VS Code is not working on the Python scripts.
The text was updated successfully, but these errors were encountered:
Environment data
Actual behavior
DAP Server launched with command: conda run -n testenv --no-capture-output --live-stream python c:\Users\user.name\.vscode\extensions\ms-python.python-2022.4.0\pythonFiles\lib\python\debugpy\adapter
Expected behavior
It supposed to work normal and stop at the breakpoint.
Steps to reproduce:
I am using the Debugger on VS Code since a while for debugging Python scripts and it always worked fine. Yesterday I tried to work on some scripts written on C-Language and debugging them .. Now the Debugger on VS Code is not working on the Python scripts.
The text was updated successfully, but these errors were encountered: