protected Method

RailsFCGIHandler.breakpoint!

There's no documentation for this item.

Source Code

# File fcgi_handler.rb, line 201
def breakpoint!
  require 'breakpoint'
  port = defined?(BREAKPOINT_SERVER_PORT) ? BREAKPOINT_SERVER_PORT : 42531
  Breakpoint.activate_drb("druby://localhost:#{port}", nil, !defined?(FastCGI))
  dispatcher_log :info, "breakpointing"
  breakpoint
  @when_ready = 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.