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

location not found #55

Open
mahdimehrabi opened this issue May 28, 2022 · 0 comments
Open

location not found #55

mahdimehrabi opened this issue May 28, 2022 · 0 comments

Comments

@mahdimehrabi
Copy link

mahdimehrabi commented May 28, 2022

Hello , thanks for building this amazing tool
my delve server run on docker on address 127.0.0.1 and port 2345 and I use DlvConnect 127.0.0.1:2345 to connect to it but I get this error
image
here is my configuration on vscode that I use it to connect debugger on container from vscode and it works fine

    "version": "0.2.0",
    "configurations": [
        {
            "name": "normal",
            "type": "go",
            "request": "launch",
            "mode": "remote",
            "remotePath": "/clean_web",
            "port": 2345,
            "program": "${workspaceRoot}",
            "host": "127.0.0.1",
            "showLog": true
        },
        {
            "name": "test",
            "type": "go",
            "request": "launch",
            "mode": "remote",
            "remotePath": "/clean_web",
            "port": 4000,
            "program": "${workspaceRoot}",
            "host": "127.0.0.1",
            "showLog": true
        }
    ]

as you can see we have two configuration key named remotePath and program do we have something like that in this vim-delve ?

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