-
Notifications
You must be signed in to change notification settings - Fork 37
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
Connection not established due to invalid slot name #95
Comments
Hi,
|
I'm using straight.el as my package manager in combination with use-package.
|
With
Otherwise |
It's using the built-in jsonrpc for me. Judging from #70, using a newer jsonrpc version should fix my issue. I'll see if I can get this working |
Yes, updating jsonrpc fixed the issue - thanks for pointing out the incompatibility |
I'm trying to use dape with delve to debug a go program but it seems like the connection cannot be established due to a missing slot.
Dape sets up all windows and starts
dlv
succesfully but after that I only get the following message:Enabling debug information does not create the
*dape-connection events*
buffer and no additional information is shown in the repl.I'm using the latest elpa version of dape with emacs 29.2
The text was updated successfully, but these errors were encountered: