Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created July 14, 2014 20:52
Show Gist options
  • Save hectorperez/fbf29ce208c6642bfd43 to your computer and use it in GitHub Desktop.
Save hectorperez/fbf29ce208c6642bfd43 to your computer and use it in GitHub Desktop.
debugger gem
# Gemfile
gem 'debugger', group :development, :test
include 'debugger' where you want to debug
Commands:
- help
- list
- pp variable (print variable content)
- irb (enter in irb; well, rails console)
- next
- step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment