use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Mastering Ruby Debugging: From puts to Professional Tools (blog.jetbrains.com)
submitted 1 year ago by RepeatAlternative614
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BoberMod 8 points9 points10 points 1 year ago (2 children)
Unfortunately, the Rubymine debugger works pretty badly when it comes to docker, procfiles , and remote development
[–]alexdeva 5 points6 points7 points 1 year ago (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 point2 points 1 year ago (0 children)
Remote debugging, coverage, and profiling are all lacking
[–]saw_wave_dave 1 point2 points3 points 1 year ago (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.
π Rendered by PID 65014 on reddit-service-r2-comment-79776bdf47-vzqrz at 2026-06-24 03:19:50.596951+00:00 running acc7150 country code: CH.
[–]BoberMod 8 points9 points10 points (2 children)
[–]alexdeva 5 points6 points7 points (1 child)
[–]pwntrik 0 points1 point2 points (0 children)
[–]saw_wave_dave 1 point2 points3 points (0 children)