debugging - Is it possible to do ruby-debug on a remote server? -
i'm trying debug remote server.
how perform ruby-debug , access console through breakpoints?
is possible , click through site activate breakpoints?
ruby-debug has had out-of-process debugging long while. in fact code mentioned in noufal ibrahim cites, using same underlying common code.
however i've added documentation describing how works in reference manual.
see http://bashdb.sourceforge.net/ruby-debug.html#remote-debugging , http://bashdb.sourceforge.net/ruby-debug.html#out_002dof_002dprocess-execution-options
Comments
Post a Comment