Replies: 1 comment 1 reply
-
Have you managed to get this sorted out? I'm about to endeavour onto this mission myself... No point if it's never going to work I guess heh. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I having some trouble finishing configuration of nvim-dap for netcoredbg running in docker container. I'm able to connect to it, but weren't able to catch any breakpoints. I have a feeling that the problem is in pathMappings configuration.
So here is my setup, I've tried doing it both in windows and linux environments:
#! /bin/bash -x /opt/debugger/netcoredbg/netcoredbg \ --interpreter=vscode \ --server=4987
It seems that with my setup I'm able to connect to netcoredbg instance and even pause main thread if I want, but breakpoints aren't being hit for some reason. I assume that the problem is with pathMappings setup.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions