go debugging (delve) not launching properly #6903
Unanswered
sbromberger
asked this question in
General
Replies: 1 comment
-
Try to select the source target if you want to select a source file. I've just checked that it works on the master branch. But if delve, for example, fails to compile the source code or launch a binary then the helix debugger section will be leaved in the error state and you need to manually terminate it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Even with the latest bugfix for the unwrap error, delve is still not working in helix. The debugger is terminated upon target selection.
Reproduction Steps
I tried this:
hx myfile.go
<space>gb
to set breakpointl
to select targetI expected this to happen:
delve to start and debugging session enabled
Instead, this happened:
Terminated debugging session and disconnected debugger.
message appears below statuslineHelix log
~/.cache/helix/helix.log
Platform
void linux 6.1.21, go 1.20.3, delve 1.20.2
Terminal Emulator
blink.sh / mosh / tmux
Helix Version
22.12-588-gca65d312
Beta Was this translation helpful? Give feedback.
All reactions