ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

Incompatible with Ruby 3? #209

Closed sedubois closed 3 years ago

sedubois commented 3 years ago

I just upgraded my system to Ruby 3.0.0 (ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin20] installed with Homebrew), then tried starting my Rails server in IntelliJ IDEA in debug mode, which gave the popup question "The debugging gems are not installed. Would you like to install them?". I answered yes but then got the error. Same problem when I try again.

Screenshot 2020-12-29 at 09 51 14
hurricup commented 3 years ago

You are installing jetbrains version of the debugger. Please, report the bug https://youtrack.jetbrains.com/issues/RUBY

sedubois commented 3 years ago

OK, created this ticket: https://youtrack.jetbrains.com/issue/RUBY-27575

lifesboy commented 3 years ago

Just update Rubymine to 2021.1.2 work for me