Replies: 2 comments
-
I have not tried Ruby debugger out yet but you likely need to get the Ruby debugger in DAP mode. Take a look at the VS Code extension. It mentions setting environment variable |
Beta Was this translation helpful? Give feedback.
-
I spent some time trying to make this work. I have the following configuration for Ruby LSP, standardrb LSP (for formatting) and rdbg. LSP works pretty good. Debugger - I haven't been successful but I found to at least some information.
I had to change
|
Beta Was this translation helpful? Give feedback.
-
Someone did https://github.com/ruby/debug works with Helix?
So far I didn't had good results.
Not using Helix, I can start a session doing:
and to connect with
I don't know how to configure it:
Beta Was this translation helpful? Give feedback.
All reactions