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
<code/>and<pre/>for code samples.