Debugging when connected to remote instance #33999
garytaylor
started this conversation in
Language Support
Replies: 2 comments 3 replies
-
@garytaylor This should work (tm); is there anything in your Zed.log? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This might be fixed by: #33876 (which should land on Preview and Stable on Wednesday) |
Beta Was this translation helpful? Give feedback.
2 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.
-
I am a brand new user of zed so of course this could be user error, but I have done a fair bit of research.
I tried zed locally and was able to debug an rspec example - so that is a big tick for me - and it was easy.
But, I always use remote environment, so was excited to find zed also had the ability to connect via ssh - perfect, I use a 'coder' environment and it supports ssh - so I connected - and the ide worked just fine.
But, when I try to debug, I just get
After looking into the source code and having a chat with chatgpt, I came to the conclusion that this only works locally, not remotely ? The extensions directory is empty on the remote side so my guess is the ruby extension was not registering and therefore the extension registry had no debug adapter called 'rdbg'.
Note that I ensured the debug gem was present - for belt and braces, I installed it in the gemfile as well as in the system wide gems - but still nothing.
Beta Was this translation helpful? Give feedback.
All reactions