Created
July 14, 2014 20:52
-
-
Save hectorperez/fbf29ce208c6642bfd43 to your computer and use it in GitHub Desktop.
debugger gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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