Skip to content

Instantly share code, notes, and snippets.

@csquared
Created September 23, 2011 21:57
Show Gist options
  • Save csquared/1238542 to your computer and use it in GitHub Desktop.
Save csquared/1238542 to your computer and use it in GitHub Desktop.
please do this when you require ruby-debug in your Gemfile
group :development do
gem 'ruby-debug', :platform => :mri_18
gem 'ruby-debug19', :platform => :mri_19
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment