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