Created
July 14, 2009 03:38
-
-
Save jugyo/146690 to your computer and use it in GitHub Desktop.
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
# deploy to dir in ruby load paths | |
# ruby -rd [program] | |
require 'rubygems' | |
require 'ruby-debug' | |
Debugger.start | |
Debugger.post_mortem | |
module Kernel | |
def d | |
debugger | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment