You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the same error with Rust and lldb-vscode, but only when I try to add a breakpoint after the debugging session has been terminated.
Reproduction steps:
Launch debug target
Run program to end
See Terminated debugging session and disconnected debugger.
try to add breakpoint
Same error about unwrap broken pipe.
Helix Version: 23.03
A-Walrus
added a commit
to A-Walrus/helix
that referenced
this issue
Apr 17, 2023
Summary
When running the debugger (
<space>g
, set a breakpoint, then start the debugger), helix panics withReproduction Steps
I tried this:
RUST_BACKTRACE=1 hx helloworld.go
<space>gb
to set a breakpointl
to launch debug target, select binary, enter in full path of thehelloworld
executableI expected this to happen:
delve to start within helix
Instead, this happened:
panic as described above
Helix log
Here's an extract of helix.log run with -vv:
~/.cache/helix/helix.log
Platform
linux (void) 6.1.21_1 #1 SMP PREEMPT_DYNAMIC Fri Mar 24 00:43:29 UTC 2023 x86_64 GNU/Linux
Terminal Emulator
blink.sh / mosh / tmux
Helix Version
22.12-577-g4cdba7cc
The text was updated successfully, but these errors were encountered: