ileitch / hijack

Provides an irb session to a running ruby process.
Other
750 stars 22 forks source link

Can't hijack Rail's 'script/server' or shotgun processes #1

Closed ileitch closed 12 years ago

ileitch commented 15 years ago

When attaching with just plain gdb, a simple rb_eval_string call just hangs. script/server and shotgun must be doing something special. Note that hijack works with 'mongrel_rails start' and 'thin start'.