Recently I started using Sublime Text 2 for Rails application and I found it is really great. Then I needed to debug a method. I just put debugger in a method and nothing happened. By the way, I'm using passenger.
Then I installed pry_debug and also put a binding.pry keyword and there was no result either. No breaking. Now in Gemfile I have pry_debug and debugger gems.
So can I debug Rails applications in Sublime text 2? Especially using pry_debug gem.