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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -