-
Notifications
You must be signed in to change notification settings - Fork 522
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
Fail to debug Python project on Linux #1710
Comments
@v-ruizh were any other containers running at the time that could have been holding port 5678? |
@bwateratmsft I remove all running container and then debug again. There is no error in logs. But another error dialog pops up. (This issue also reproduces on Windows and Mac, but it's unstable) |
@v-ruizh do you have a repro environment that I can look at? A couple of more questions:
Thanks! |
Just tried on Ubuntu 18.04 machine via Remote-SSH and it works... 😕 BTW It is pretty cool that the server runs remotely, but my browser still can reach it via a localhost port |
@karolz-ms That had us confused for a bit until we realized that it's some VSCode magic, since we use their |
|
To provide more context, this happens as the VM is not directly on the physical machine but in a nested VM, which caused the weird side effect that files created in the container in a volume were not accessible in the host. Since @karolz-ms and @v-ruizh confirmed this is not reproducing given the VM is directly on the physical machine, I'll close the issue for now. |
OS: Linux
Build Version: 20200304.7
Repro Steps:
Expect:
Debug Python project successfully without any error.
Actual:
Fail to debug Python project.
More Info:
This issue does not reproduce on Windows and Mac.
The text was updated successfully, but these errors were encountered: