-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Debug Python File' does nothing #102
Comments
Note that if I go into the Run/Debug view and choose the Python Debugger launch config, then F5 to debug, that works |
I am having a similar issue here. I am developing in a docker container with Python 3.6.9. The Python Debugger Extension version is When I open the "Run and Debug" panel on the left side and hit the green button for "Debugpy: Python File" or "Debugpy: Current File", I can debug my python file and stop at the breakpoint. As below: However, if I click the small "run and debug" button on the top right corner, it seems that it still uses the "Python Extension" (rather than Debugger Extension) so that I get the error of Python version less than 3.7 is not supported. My host machine and VS Code version:
Python version: 3.6.9 |
Duplicated: #137 |
The text was updated successfully, but these errors were encountered: