Skip to content
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

VScode python remote debugging config is broken #1713

Open
JWBWork opened this issue Mar 27, 2025 · 0 comments
Open

VScode python remote debugging config is broken #1713

JWBWork opened this issue Mar 27, 2025 · 0 comments

Comments

@JWBWork
Copy link

JWBWork commented Mar 27, 2025

I'm building lambdas using localstack un VScode and wanted to try remote debugging

the provided launch config below results in VScode throwing an empty error window

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Remote Attach",
            "type": "python",
            "request": "attach",
            "connect": {
                "host": "localhost",
                "port": 19891
            },
            "pathMappings": [
                {
                    "localRoot": "${workspaceFolder}",
                    "remoteRoot": "."
                }
            ]
        }
    ]
}

only results in this uninformative error window from VScode when I try to run this - appears almost instantly
Image

This is VScode version 1.94.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant