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 am running helix 23.05 and I am trying to setup debugging using lldb-vscode. I am building a simple cpp project using cmake and building with -g. To setup debugging, my steps are the following:
gdbserver 127.0.0.1:65432 main.exe in a separate terminal
:debug-remote 127.0.0.1:65432 in helix
The gdbserver will respond with "Remote debugging from host 127.0.0.1, port #####", but helix will hang for 5-10 seconds and then output "Failed to initialize debug adapter: request 0 timed out"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am running helix 23.05 and I am trying to setup debugging using lldb-vscode. I am building a simple cpp project using cmake and building with -g. To setup debugging, my steps are the following:
gdbserver 127.0.0.1:65432 main.exe
in a separate terminal:debug-remote 127.0.0.1:65432
in helixThe gdbserver will respond with "Remote debugging from host 127.0.0.1, port #####", but helix will hang for 5-10 seconds and then output "Failed to initialize debug adapter: request 0 timed out"
Output of

hx --health cpp
shows all green:Any insight into what could be happening?
Beta Was this translation helpful? Give feedback.
All reactions