|
Hi! Did anyone manage to make debugging for golang work? If so, would you please share how? |
Answered by
oyvindsk
Nov 7, 2023
Replies: 2 comments 3 replies
|
Just started, but found this very helpful: https://overlandandseas.dev/posts/2023-7-11-debugging-go-delve-helix/ Might have to combine it with some command-line dlv action 🤷♂️ |
2 replies
Answer selected by
matoous
|
There is an edit command in delve CLI, but when I use Debugging in helix directly doesn't seem usable yet(again, specifically for go) and in vs code it's not possible to access the CLI commands directly, so I'm left without a satisfactory solution. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just started, but found this very helpful: https://overlandandseas.dev/posts/2023-7-11-debugging-go-delve-helix/
Might have to combine it with some command-line dlv action 🤷♂️