Replies: 1 comment 2 replies
-
NVM, this works, had some errors on my end. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm attempting to use nvim-dap in place of VSCode debugging.
We use a remote delve instance in a kind cluster. In order to do this we need to substitute the paths from the local host to the paths in the remote debugger instance.
In VSCode launch configuration it looks like this:
And this results in VSCode sending that field in the initialization "attach" request.
I'm trying something similar with nvim-dap:
However, when creating a break point I ge ta response that the file cannot be found and the file being displayed in the error is specifying the local path.
Beta Was this translation helpful? Give feedback.
All reactions