Skip to content

Instantly share code, notes, and snippets.

@Spaceghost
Created July 25, 2012 22:58
Show Gist options
  • Save Spaceghost/3179231 to your computer and use it in GitHub Desktop.
Save Spaceghost/3179231 to your computer and use it in GitHub Desktop.
vim rdebug line
iabbrev rdebug require 'ruby-debug'; Debugger.start; Debugger.settings[:autoeval] = 1; Debugger.settings[:autolist]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment