-
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
flask + docker + remote debugging: Debug adapter process has terminated unexpectedly #2602
Comments
Okay, i foudn out that the bug was introduced in the python extension 2018.8.0. Just downgraded to 2018.7.0 and everything is working as expected. |
Thanks for the report @Brice187, If you have the time, could you please try to install the latest development build of our extension and see if that fixes the issue for you? Let us know if that takes care of the issue. (I suspect this is related to #2557) |
@d3r3kk This bug is still present in Back to |
@Brice187 Once done, please get back to us. |
After removing the |
Environment data
Actual behavior
Remote Debugger does not attach to the flask app running in a docker container on localhost
Expected behavior
Remote Debugger attaches to the flask app running in a docker container on localhost.
Worked on VS Code < 1.27
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)debug.log
launch.json
docker-compose.yml
app.py
telnet 127.0.0.1 3000 (on developer machine)
The text was updated successfully, but these errors were encountered: