debugpy attach request connect with No Config debugging #625
Labels
info-needed
Issue requires more information from poster
triage-needed
Needs assignment to the proper sub-team
I have a
launch.json
configuration:This works fine with vscode python debugging tools... but what
debugpy
command actually gets run when this configuration is used? Is it possible to use the new No-Config Debugging instead of thislaunch.json
configuration?I've tried
debugpy --connect localhost:5678
but I getwhen using
debugpy
shipped with the vscode extension (i.e. I haven't installeddebugpy
manually in my venv).For context, I am connecting to a container which has a (simplified) Dockerfile:
The text was updated successfully, but these errors were encountered: