Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created July 14, 2009 03:38
Show Gist options
  • Save jugyo/146690 to your computer and use it in GitHub Desktop.
Save jugyo/146690 to your computer and use it in GitHub Desktop.
# 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