Flowdock
method

require_debugger

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: Rails::Console
require_debugger() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/commands/console.rb, line 93
    def require_debugger
      require 'debugger'
      puts "=> Debugger enabled"
    rescue LoadError
      puts "You're missing the 'debugger' gem. Add it to your Gemfile, bundle, and try again."
      exit
    end
Register or log in to add new notes.