Replies: 10 comments 31 replies
-
`netcoredbg´ is one of the adapters which I have had least issues with, so I am supprised that it its not working for you.
Please share the contents of Tested on the following platform: $ netcoredbg --version
NET Core debugger 3.0.0-7 (aafa6f3, Release) $ dotnet --version
6.0.416 |
Beta Was this translation helpful? Give feedback.
-
Invalid slot name error when attempting to enter the debugger:version informations |
Beta Was this translation helpful? Give feedback.
-
Oh is this due to the version of dape that I am using? WDYT if we had a |
Beta Was this translation helpful? Give feedback.
-
Looks like I have two jsonrpc packages installed: and two dapes: |
Beta Was this translation helpful? Give feedback.
-
Leaving this hear also: I still get the error after using the latest dape release and jsonrpc version in Guix |
Beta Was this translation helpful? Give feedback.
-
I'll try again with only elpa packages and without guix/rde to see if this fixes things. Are the packages on elpa for dape up to date enough to test this correctly? |
Beta Was this translation helpful? Give feedback.
-
New error after launching netcoredbg with correct jsonrpc library as mentioned above:
I have eglot version 1.12.29. Does this make a difference? I'm on Emacs 29.4 now. I am using only the config found here: |
Beta Was this translation helpful? Give feedback.
-
@svaante Finally, success 🎉 |
Beta Was this translation helpful? Give feedback.
-
I used this version of netcoredbg for anyone that this might be helpful for: https://github.com/Samsung/netcoredbg/releases/tag/3.0.0-1012 Particularly: https://github.com/Samsung/netcoredbg/releases/download/3.0.0-1012/netcoredbg-linux-amd64.tar.gz |
Beta Was this translation helpful? Give feedback.
-
Latest release of netcoredbg as of today * also works with Fedora 40 packaged emacs mentioned above: |
Beta Was this translation helpful? Give feedback.
-
Hi,
Has anyone had success running netcoredbg with dape?
I installed netcoredbg but I wasn't able to get the debugger to run after setting a breakpoint and running the relevant
M-x
dape command.Any advice here would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions