public Method

Kernel.debugger

Starts a debugging session if ruby-debug has been loaded (call script/server —debugger to do load it).

Source Code

# File active_support/core_ext/kernel/debugger.rb, line 4
def debugger
  RAILS_DEFAULT_LOGGER.info "\n***** Debugger requested, but was not available: Start server with --debugger to enable *****\n"
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.