-
Notifications
You must be signed in to change notification settings - Fork 82
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
Segmentation fault in Ruby 3.1.0 / RubyMine debugger #223
Comments
|
Hi @hurricup , do you know of any plans by Rubymine to support the new debug gem? I couldn't see anything by them. |
@yoelbl in upcoming 2022.1 debase bundled with RubyMine (experimental debugger) should work just fine with ruby 3+ |
Think I'm hitting the same thing:
|
mctofu
pushed a commit
to jeffwidman/dependabot-core
that referenced
this issue
Oct 7, 2022
This dependency was added in dependabot#5086. However, `debase` doesn't currently support Ruby 3 or 3.1: ruby-debug/ruby-debug-ide#223 (comment) Ruby 3.1 now bundles the `debug` gem. This new `debug` gem has functionality that replaces `debase` + the `ruby-debug-ide` gem so I removed those as well. Even though the `debug` gem is bundled, we still need to pin it in the `gemspec` file because we use a customized `GEM_PATH`. The `debug` gem bundled with Ruby by default is no longer found since it lives in the default `GEM_PATH`.
Also with ruby-debug-ide 3.0.0.beta.6.1, debase 3.0.0.beta.6. See attached log to IDEA-309654 |
Seems like a dup of #217 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output from RubyMine:
Crash report:
The text was updated successfully, but these errors were encountered: