X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5f51982916827b84d73bfa8f3a98a9ee1d48d3ce..79f6b7581f906943e7e016dfdc3dd8544583beb4:/config/environments/development.rb diff --git a/config/environments/development.rb b/config/environments/development.rb index 0589aa9..12a3e04 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -19,3 +19,8 @@ config.action_view.debug_rjs = true # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = false + +# start the debugger +require 'ruby-debug' +SCRIPT_LINES__ = {} +Debugger.start