Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Ruby debugger and IDE in VSCode (probably the Ruby LSP extension) #313

Open
james-ball-qualcomm opened this issue Nov 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@james-ball-qualcomm
Copy link
Collaborator

It's pretty painful to debug UDB Ruby code given that the main-stream Ruby debugger and IDE (Ruby LSP) doesn't run in the container setup used by UDB. Having to do printfs (or in Ruby puts) to debug the UDB Ruby code is a productivity impediment. Can we figure out how to get some Ruby debugger and IDE to run in UDB's environment?

image

@dhower-qc
Copy link
Collaborator

In my experience, the LSP extension still has a lot of issues. I recommend using Solargraph, which also gets you intellisense, instead until they are fixed.

The ruby debugger can run in vscode, you just have to let vscode know how to run Ruby in the container. We can talk about it on the phone, and then perhaps you can post a how-to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants