-
Hi! Did anyone manage to make debugging for golang work? If so, would you please share how? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 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 🤷♂️ |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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 🤷♂️