Skip to content

Instantly share code, notes, and snippets.

@vortizhe
Last active October 13, 2015 07:27
Show Gist options
  • Save vortizhe/4160170 to your computer and use it in GitHub Desktop.
Save vortizhe/4160170 to your computer and use it in GitHub Desktop.
Debugger with pow and pry
# Remove all debug gems from your Gemfile and add
gem 'pry-remote'
# instead add interruption with debugger use
binding.remote_pry
# Use pry-remote in console and debug as you wish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment