[ERROR] editor error: Failed to start debug session: IO Error: Exec format error (os error 8) #6902
Unanswered
AngeloPavone
asked this question in
General
Replies: 1 comment
-
make sure you are passing a binary file and not |
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
helix_view::editor [ERROR] editor error: Failed to start debug session: IO Error: Exec format error (os error 8) is the error i get when trying to use the debugger on a simple main.rs file for debugging.
Reproduction Steps
I tried this:
i tried searching up this error to see if anyone else is having this issue but was unable to find any info on it.
i also tried reading through the log myself but their is nothing obvious that i can see but i also dont know much.
hx
<space>-g -> L -> binary -> main.rs
helix_view::editor [ERROR] editor error: Failed to start debug session: IO Error: Exec format error (os error 8)
hx --health rust
I expected this to happen:
debugger should attach
Instead, this happened:
helix_view::editor [ERROR] editor error: Failed to start debug session: IO Error: Exec format error (os error 8)
please let me know if you need any more info, i could also test this on mac or native linux later if requested.
Helix log
~/.cache/helix/helix.log
Platform
wsl Ubuntu 20.04.6 LTS on Windows 10 x86_64
Terminal Emulator
windows Terminal
Helix Version
helix 23.03
Beta Was this translation helpful? Give feedback.
All reactions