Skip to content

Instantly share code, notes, and snippets.

View anfleene's full-sized avatar
🤖
I am a robot. Beep Boop.

Andy Fleener anfleene

🤖
I am a robot. Beep Boop.
View GitHub Profile
@anfleene
anfleene / ruby_debug_pow.markdown
Created June 8, 2012 16:33 — forked from alexagui/ruby_debug_pow.markdown
How to Ruby Debug with Pow

How to Ruby Debug with Pow

Below are steps I followed to get ruby debugger ruby-debug running with Pow. Based on info from this thread basecamp/pow#43 and this blog post http://flochip.com/2011/04/13/running-pow-with-rdebug/

1) Update your Gemfile

Assuming you're writing your app in Ruby 1.9 and using Bundler, just add the dependency to your development gems: