Why are changes to ruby-debug-ide and debase not in rubygems?
Pretty new to RubyMine after missing IDE tools for Rails work. What is the rationale for not having the changes to ruby-debug-ide and debase merged upstream to Github and the Rubygems?
This makes it so we aren't able to have the development requirement in our project's Gemfile since bundler is not able to locate the specified versions.
Please sign in to leave a comment.
Hello,
those changes are available in the proprietary debug gems' versions, that are bundled with IDE and available (IDE offers to install it) when you invoke debugging.
Olga Kuvardina, in a related issue, my team runs the environment in docker-compose, and those two gems don't seem to be persisting after the first time the gems are installed, because the container is rebuilt. I found no option in the UI or actions to reinstall them. If I set up a previously working breakpoint, then I go to “Settings > Languages & Frameworks > Ruby SDK and Gems” and click on “Synchronize Gems and RubyMine helper files”, it gets rid of the timeout warning, but it doesn't stop at the breakpoint. Then I click again on Debug (Shift+F9) and I have a timeout.
I found no UI options or actions that could force the installation of those gems, and if they're proprietary, I can't even manually run `gem install`. So, what options remain? Can you tell me how I could force this reinstallation every time I start a new debugging session, if that could solve the issue? Is there a command line parameter I could set?
Rodrigolj could you please specify which issue you're referring to and why you need to force debug gems installation?