Hijack can be used to start ruby-debug in your target process, for example: $ hijack 61378 => Hijacked 61378 (/opt/local/bin/thin) (ruby 1.8.7 [i686-darwin9]) >> hijack_debug_mode => true Weâve enabled debug mode, but we still need to insert a breakpoint: >> ActionController::Dispatcher.class_eval do >> class << self >> def dispatch_with_debugger(cgi, session_options, output) >> debugger >> dispat
{{#tags}}- {{label}}
{{/tags}}