-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Repl stopped output in Go/Delve #423
Comments
I guess this is a problem with
It seems that commit |
leoluz/nvim-dap-go#109
|
Hey @tttoad Thanks a lot for helping here. Do you know why out of a sudden this field has become a requirement for outputting in the repl? |
You can see this: leoluz/nvim-dap-go#109. |
Perfect, thanks again |
While using neovim with Go the repl stopped to output things.
It seems the delve debugger stopped to attach to the repl.
And it happens only to Go, when I am using rust it works as expected.
Any help?
The text was updated successfully, but these errors were encountered: