Replies: 2 comments 2 replies
-
Instead of using
Don't forget the check the latest wiki. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey @quantonganh, sorry for not replying sooner, I just gave this another try and I finally got the hang of it! In the end I managed to use codelldb with the configuration from the wiki. Thanks! |
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.
-
Hi! Since I'm not sure whether I stumbled on a bug or I'm simply doing things wrong, I'd rather open this discussion than an issue 😅
I'm trying to debug a dummy console app on Windows, made with
cargo new
.Needless to say that the program compiles et executes with no hiccup.
However, I get the following error when I run the command
:debug-start binary target\debug\playground.exe
:After that the interface gets all buggy, I have to restart helix.
The logs look like this:
The time out might indicate an issue with the rust debugger itself, but
hx --health rust
is all green 🤷🏻♂️Any idea what I might be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions