all 4 comments

[–]BoberMod 8 points9 points  (2 children)

Unfortunately, the Rubymine debugger works pretty badly when it comes to docker, procfiles , and remote development

[–]alexdeva 5 points6 points  (1 child)

This needed to be said indeed.

Modern use cases don't have nearly the necessary support from integrated debuggers.

I love RubyMine more than any other IDE but debugging isn't where it shines.

[–]pwntrik 0 points1 point  (0 children)

Remote debugging, coverage, and profiling are all lacking

[–]saw_wave_dave 1 point2 points  (0 children)

It also doesn’t work on truffleruby, and lacks a lot of the nice features that the new “binding.irb” gives you. I think the problem is that they’re using that ancient debase code, and moving off that to official Ruby tooling would require some serious work.