Created
August 22, 2013 13:36
-
-
Save dduvnjak/6307263 to your computer and use it in GitHub Desktop.
Quick Ruby debug (thanks to @hkraji)
This file contains 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
set autolist | |
set autoeval | |
set autoreload | |
set listsize 20 |
This file contains 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
# DEBUG SNIPPET >>> REMOVE <<< | |
require (RUBY_VERSION.match(/1\.8\..*/) ? 'ruby-debug' : 'debugger');Debugger.start; debugger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment