-
Notifications
You must be signed in to change notification settings - Fork 34
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
Ruby 3.0.2 compatibilty #94
Comments
I would like this too :) Hoping it might help stabilise the debugging experience in ruby vscode.... |
I got as far as adding 3.0.2p107 to debase-ruby_core_source and submitting a pull request... Hoping an expert can do the débase part. |
@jabamaus — You could use the new official debug gem https://github.com/ruby/debug and debug extension for VSCode: https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg — works reliably in 3.0.2 for me... |
@iandol does that remove the need for https://github.com/ruby-debug/ruby-debug-ide too? |
@AlecRust Yes, it is a single ruby gem and one extension. The extension is very new, so there may be teething troubles. But at least for my requirements of remote debugger triggered within-the-code, this is already much more useful. |
try install beta version |
This does not seem to be just a Ruby 3.x problem. See https://github.com/collinsauve/ruby-debug-ide-test/branches These base images build:
These base images get the native extension error
Is this a missing C library or something, that should be documented in the readme? |
Here's the output from the ruby-2.7.1-slim-buster branch:
|
Got the same error with ruby 3.0.0 but was able to install got the idea from here gem install debase-ruby_core_source |
upgrade ruby,it's work for me! ➜ ~ brew install ruby ==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/libyaml-0.2.5.big_s You may want to add this to your PATH. ruby is keg-only, which means it was not symlinked into /usr/local, If you need to have ruby first in your PATH, run: For compilers to find ruby you may need to set: For pkg-config to find ruby you may need to set: ==> Summary You may want to add this to your PATH. ruby is keg-only, which means it was not symlinked into /usr/local, If you need to have ruby first in your PATH, run: For compilers to find ruby you may need to set: For pkg-config to find ruby you may need to set:
Password: |
I am using |
I try to install debase and ruby-debug-ide-0.7.2
part my Gemfile
part my Dockerfile
but getting the following error
debase-0.2.5.beta2/gem_make.out
**ruby-debug-ide-0.7.2/gem_make.out **
The text was updated successfully, but these errors were encountered: