method
breakpoint!
v1.2.6 -
Show latest stable
- Class:
RailsFCGIHandler
breakpoint!()protected
No documentation available.
# File railties/lib/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