static private Method

Dispatcher.prepare_breakpoint

There's no documentation for this item.

Source Code

# File dispatcher.rb, line 120
def prepare_breakpoint
  return unless defined?(BREAKPOINT_SERVER_PORT)
  require 'breakpoint'
  Breakpoint.activate_drb("druby://localhost:#{BREAKPOINT_SERVER_PORT}", nil, !defined?(FastCGI))
  true
rescue
  nil
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.