Skip to content

Instantly share code, notes, and snippets.

@jkronz
Created July 31, 2011 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jkronz/1116890 to your computer and use it in GitHub Desktop.
Save jkronz/1116890 to your computer and use it in GitHub Desktop.
rdebug using pow
# config/initializers/rdebug-pow.rb
if Rails.env.development? || Rails.env.test?
require 'ruby-debug'
Debugger.settings[:autoeval] = true
Debugger.settings[:autolist] = 1
Debugger.settings[:reload_source_on_change] = true
Debugger.start_remote
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment