Closed b-ggs closed 8 years ago
I'm using RubyMine's debug tool, but you need a little bit configuration to get it working
I use pry + byebug primarily and prefer it because it works smoothly on remote servers as well. But for GUIs/IDE debugging tools, RubyMine is probably the best option.
Date:
(6/9/2016)
What I Did and Worked On (Yesterday):
What I Will Do (Today):
Any Blockers:
Interestings/Helps:
pry-byebug
, which I usually use when I develop in Rails, but I was wondering if there's a better gem/tool that you use.