-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The link is invalid when debugging in docker. #18189
Comments
Thanks for the bug report, I tried to reproduce the issue, but I can't find any dockerized branch in the project, could you tell me if the error persists? Thank you |
In today's build, Invalid still exist.
|
The link shown here comes from |
VS Code version
1.64.0-insider (user setup)
Extension version
v2022.0.1578295602-dev
OS type
Windows
OS version
Win10
Python distribution
python.org
Python version
3.9.9
Language server
Default
Expected behaviour
Debug in Docker successfully and can hit the breakpoint.
Actual behaviour
Invalid link shown

Steps to reproduce
1.Git clone https://github.com/qubitron/pydemo


2.Open Anaconda Prompt window
3.Cd pydemo
4.Run py -3 setup.py
5.Open "stackoverflow-flask" folder and open "app->main.py"
6.Set a breakpoint in line 6
7.Switch to "dockerized" branch
8.Change "DEBUG" configuration to "Python: Run in Docker"
9.Start to debug
Logs
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: