public Method

Start.start_debugger

There's no documentation for this item.

Source Code

# File rails/mongrel_server/commands.rb, line 249
def start_debugger
  require_library_or_gem 'ruby-debug'
  Debugger.start
  Debugger.settings[:autoeval] = true if Debugger.respond_to?(:settings)
  Mongrel.log("=> Debugger enabled")
rescue Exception
  Mongrel.log(:error, "You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'")
  exit
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.