I've tried pry and remote-pry, but no luck. I'm familiar with logging, but I want to be able to step thru my code and look at variables.
Does anyone know of anything I can use to debug Sidekiq?
The best thing I've come up with is this gem gem 'pry-remote'
it works great and stops all processes from running. And it works like pry
just put in binding.remote_pry
and you've got a stopping point.